#8422BF

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

Shades of Dark Orchid #8422BF

Tints of Dark Orchid #8422BF

Color information

#8422BF (or 0x8422BF) is unknown color: approx Dark Orchid. HEX triplet: 84, 22 and BF. RGB value is (132,34,191). Sum of RGB (Red+Green+Blue) = 132+34+191=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #8422BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8422BF is #7BDD40. Grayscale: #505050. Windows color (decimal): -8117569 or 12526212. OLE color: 12526212.

HSL color Cylindrical-coordinate representation of color #8422BF: hue angle of 277.45º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8422BF is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13234191-
CMYK0.310.8200.25
HSL277.45º69.78%44.12%-
HSV(B)277.45º82.2%74.9%-
XYZ19.499.8150.16-
YUV81.2189.97164.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.97%
GREEN value IS 34 (13.67% from 255) = 9.52%
BLUE value IS 191 (75% from 255) = 53.50%
R=36.97%
G=9.52%
B=53.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132341910.310.8200.25277.4569.7844.12
Hex8422BF1F52019115462c
Octal204422773712203142510654
Binary10000100100010101111111111110100100110011000101011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8422BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8422BF; }

 p { color: rgb(132,34,191); }

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

<style>
 a { background-color: #8422BF; }

 a { background-color: rgb(132,34,191); }

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

<style>
 span { border-color: #8422BF; }

 span { border-color: rgb(132,34,191); }

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