#8c37c3

Color #8C37C3 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8C37C3

Tints of Dark Orchid #8C37C3

Color information

#8C37C3 (or 0x8C37C3) is unknown color: approx Dark Orchid. HEX triplet: 8C, 37 and C3. RGB value is (140,55,195). Sum of RGB (Red+Green+Blue) = 140+55+195=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 195 (76.56% from 255 or 50% from 390); Max value from RGB is 195 - color contains mainly: blue. Hex color #8C37C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C37C3 is #73C83C. Grayscale: #5F5F5F. Windows color (decimal): -7587901 or 12793740. OLE color: 12793740.

HSL color Cylindrical-coordinate representation of color #8C37C3: hue angle of 276.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C37C3 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14055195-
CMYK0.280.7200.24
HSL276.43º56%49.02%-
HSV(B)276.43º71.79%76.47%-
XYZ22.0312.2552.83-
YUV96.38183.66159.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 35.90%
GREEN value IS 55 (21.88% from 255) = 14.10%
BLUE value IS 195 (76.56% from 255) = 50%
R=35.90%
G=14.10%
B=50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal140551950.280.7200.24276.435649.02
Hex8C37C31C480181143831
Octal21467303341100304247061
Binary1000110011011111000011111001001000011000100010100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c37c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8c37c3; }

 p { color: rgb(140,55,195); }

 H1.HeaderClassName
 {
   color: #8c37c3;
 }
 .AnyTagClassName
 {
   color: #8c37c3;
 }
</style>
background-color css

<style>
 a { background-color: #8c37c3; }

 a { background-color: rgb(140,55,195); }

 div.DivClassName
 {
   background-color: #8c37c3;
 }
 .BgClassName
 {
   background-color: #8c37c3;
 }
</style>
border-color css

<style>
 span { border-color: #8c37c3; }

 span { border-color: rgb(140,55,195); }

 td.TdClassName
 {
   border-color: #8c37c3;
 }
 .TagClassName
 {
   border-color: #8c37c3;
 }
</style>