#8436B8

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

Shades of Dark Orchid #8436B8

Tints of Dark Orchid #8436B8

Color information

#8436B8 (or 0x8436B8) is unknown color: approx Dark Orchid. HEX triplet: 84, 36 and B8. RGB value is (132,54,184). Sum of RGB (Red+Green+Blue) = 132+54+184=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 184 (72.27% from 255 or 49.73% from 370); Max value from RGB is 184 - color contains mainly: blue. Hex color #8436B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8436B8 is #7BC947. Grayscale: #5B5B5B. Windows color (decimal): -8112456 or 12072580. OLE color: 12072580.

HSL color Cylindrical-coordinate representation of color #8436B8: hue angle of 276º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8436B8 is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13254184-
CMYK0.280.7100.28
HSL276º54.62%46.67%-
HSV(B)276º70.65%72.16%-
XYZ19.491146.44-
YUV92.14179.84156.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.68%
GREEN value IS 54 (21.48% from 255) = 14.59%
BLUE value IS 184 (72.27% from 255) = 49.73%
R=35.68%
G=14.59%
B=49.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal132541840.280.7100.2827654.6246.67
Hex8436B81C4701C114372f
Octal20466270341070344246757
Binary1000010011011010111000111001000111011100100010100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8436B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8436B8; }

 p { color: rgb(132,54,184); }

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

<style>
 a { background-color: #8436B8; }

 a { background-color: rgb(132,54,184); }

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

<style>
 span { border-color: #8436B8; }

 span { border-color: rgb(132,54,184); }

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