#8622BB

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

Shades of Dark Orchid #8622BB

Tints of Dark Orchid #8622BB

Color information

#8622BB (or 0x8622BB) is unknown color: approx Dark Orchid. HEX triplet: 86, 22 and BB. RGB value is (134,34,187). Sum of RGB (Red+Green+Blue) = 134+34+187=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #8622BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8622BB is #79DD44. Grayscale: #505050. Windows color (decimal): -7986501 or 12264070. OLE color: 12264070.

HSL color Cylindrical-coordinate representation of color #8622BB: hue angle of 279.22º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8622BB is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13434187-
CMYK0.280.8200.27
HSL279.22º69.23%43.33%-
HSV(B)279.22º81.82%73.33%-
XYZ19.379.847.88-
YUV81.34187.63165.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 34 (13.67% from 255) = 9.58%
BLUE value IS 187 (73.44% from 255) = 52.68%
R=37.75%
G=9.58%
B=52.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134341870.280.8200.27279.2269.2343.33
Hex8622BB1C5201B117452b
Octal206422733412203342710553
Binary10000110100010101110111110010100100110111000101111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8622BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8622BB; }

 p { color: rgb(134,34,187); }

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

<style>
 a { background-color: #8622BB; }

 a { background-color: rgb(134,34,187); }

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

<style>
 span { border-color: #8622BB; }

 span { border-color: rgb(134,34,187); }

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