#8445CC

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

Shades of Dark Orchid #8445CC

Tints of Dark Orchid #8445CC

Color information

#8445CC (or 0x8445CC) is unknown color: approx Dark Orchid. HEX triplet: 84, 45 and CC. RGB value is (132,69,204). Sum of RGB (Red+Green+Blue) = 132+69+204=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #8445CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8445CC is #7BBA33. Grayscale: #666666. Windows color (decimal): -8108596 or 13387140. OLE color: 13387140.

HSL color Cylindrical-coordinate representation of color #8445CC: hue angle of 268º 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 #8445CC is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13269204-
CMYK0.350.6600.2
HSL268º56.96%53.53%-
HSV(B)268º66.18%80%-
XYZ22.5413.5258.55-
YUV103.23184.87148.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.59%
GREEN value IS 69 (27.34% from 255) = 17.04%
BLUE value IS 204 (80.08% from 255) = 50.37%
R=32.59%
G=17.04%
B=50.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal132692040.350.6600.226856.9653.53
Hex8445CC234201410c3936
Octal204105314431020244147166
Binary100001001000101110011001000111000010010100100001100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8445CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8445CC; }

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

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

<style>
 a { background-color: #8445CC; }

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

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

<style>
 span { border-color: #8445CC; }

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

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