#8424BC

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

Shades of Dark Orchid #8424BC

Tints of Dark Orchid #8424BC

Color information

#8424BC (or 0x8424BC) is unknown color: approx Dark Orchid. HEX triplet: 84, 24 and BC. RGB value is (132,36,188). Sum of RGB (Red+Green+Blue) = 132+36+188=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #8424BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8424BC is #7BDB43. Grayscale: #515151. Windows color (decimal): -8117060 or 12330116. OLE color: 12330116.

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

Color convert

RGB13236188-
CMYK0.300.8100.26
HSL277.89º67.86%43.92%-
HSV(B)277.89º80.85%73.73%-
XYZ19.229.848.45-
YUV82.03187.8163.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.08%
GREEN value IS 36 (14.45% from 255) = 10.11%
BLUE value IS 188 (73.83% from 255) = 52.81%
R=37.08%
G=10.11%
B=52.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132361880.300.8100.26277.8967.8643.92
Hex8424BC1E5101A116442c
Octal204442743612103242610454
Binary10000100100100101111001111010100010110101000101101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8424BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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