#8424BA

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

Shades of Dark Orchid #8424BA

Tints of Dark Orchid #8424BA

Color information

#8424BA (or 0x8424BA) is unknown color: approx Dark Orchid. HEX triplet: 84, 24 and BA. RGB value is (132,36,186). Sum of RGB (Red+Green+Blue) = 132+36+186=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #8424BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8424BA is #7BDB45. Grayscale: #515151. Windows color (decimal): -8117062 or 12199044. OLE color: 12199044.

HSL color Cylindrical-coordinate representation of color #8424BA: hue angle of 278.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8424BA is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13236186-
CMYK0.290.8100.27
HSL278.4º67.57%43.53%-
HSV(B)278.4º80.65%72.94%-
XYZ19.019.7147.33-
YUV81.8186.8163.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 36 (14.45% from 255) = 10.17%
BLUE value IS 186 (73.05% from 255) = 52.54%
R=37.29%
G=10.17%
B=52.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132361860.290.8100.27278.467.5743.53
Hex8424BA1D5101B116442c
Octal204442723512103342610454
Binary10000100100100101110101110110100010110111000101101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8424BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8424BA; }

 p { color: rgb(132,36,186); }

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

<style>
 a { background-color: #8424BA; }

 a { background-color: rgb(132,36,186); }

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

<style>
 span { border-color: #8424BA; }

 span { border-color: rgb(132,36,186); }

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