#8429BC

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

Shades of Dark Orchid #8429BC

Tints of Dark Orchid #8429BC

Color information

#8429BC (or 0x8429BC) is unknown color: approx Dark Orchid. HEX triplet: 84, 29 and BC. RGB value is (132,41,188). Sum of RGB (Red+Green+Blue) = 132+41+188=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #8429BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8429BC is #7BD643. Grayscale: #545454. Windows color (decimal): -8115780 or 12331396. OLE color: 12331396.

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

Color convert

RGB13241188-
CMYK0.300.7800.26
HSL277.14º64.19%44.9%-
HSV(B)277.14º78.19%73.73%-
XYZ19.3910.1248.51-
YUV84.97186.15161.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 41 (16.41% from 255) = 11.36%
BLUE value IS 188 (73.83% from 255) = 52.08%
R=36.57%
G=11.36%
B=52.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132411880.300.7800.26277.1464.1944.9
Hex8429BC1E4E01A115402d
Octal204512743611603242510055
Binary10000100101001101111001111010011100110101000101011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8429BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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