#8443CC

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

Shades of Dark Orchid #8443CC

Tints of Dark Orchid #8443CC

Color information

#8443CC (or 0x8443CC) is unknown color: approx Dark Orchid. HEX triplet: 84, 43 and CC. RGB value is (132,67,204). Sum of RGB (Red+Green+Blue) = 132+67+204=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #8443CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8443CC is #7BBC33. Grayscale: #656565. Windows color (decimal): -8109108 or 13386628. OLE color: 13386628.

HSL color Cylindrical-coordinate representation of color #8443CC: hue angle of 268.47º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8443CC is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13267204-
CMYK0.350.6700.2
HSL268.47º57.32%53.14%-
HSV(B)268.47º67.16%80%-
XYZ22.4213.2858.51-
YUV102.05185.53149.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.75%
GREEN value IS 67 (26.56% from 255) = 16.63%
BLUE value IS 204 (80.08% from 255) = 50.62%
R=32.75%
G=16.63%
B=50.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal132672040.350.6700.2268.4757.3253.14
Hex8443CC234301410c3935
Octal204103314431030244147165
Binary100001001000011110011001000111000011010100100001100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8443CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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