#8C45CC

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

Shades of Dark Orchid #8C45CC

Tints of Dark Orchid #8C45CC

Color information

#8C45CC (or 0x8C45CC) is unknown color: approx Dark Orchid. HEX triplet: 8C, 45 and CC. RGB value is (140,69,204). Sum of RGB (Red+Green+Blue) = 140+69+204=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C45CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C45CC is #73BA33. Grayscale: #696969. Windows color (decimal): -7584308 or 13387148. OLE color: 13387148.

HSL color Cylindrical-coordinate representation of color #8C45CC: hue angle of 271.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C45CC is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14069204-
CMYK0.310.6600.2
HSL271.56º56.96%53.53%-
HSV(B)271.56º66.18%80%-
XYZ23.8414.1958.61-
YUV105.62183.52152.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.90%
GREEN value IS 69 (27.34% from 255) = 16.71%
BLUE value IS 204 (80.08% from 255) = 49.39%
R=33.90%
G=16.71%
B=49.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal140692040.310.6600.2271.5656.9653.53
Hex8C45CC1F420141103936
Octal214105314371020244207166
Binary10001100100010111001100111111000010010100100010000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C45CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,69,204); }

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

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

 a { background-color: rgb(140,69,204); }

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

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

 span { border-color: rgb(140,69,204); }

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