#8122BE

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

Shades of Dark Orchid #8122BE

Tints of Dark Orchid #8122BE

Color information

#8122BE (or 0x8122BE) is unknown color: approx Dark Orchid. HEX triplet: 81, 22 and BE. RGB value is (129,34,190). Sum of RGB (Red+Green+Blue) = 129+34+190=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #8122BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8122BE is #7EDD41. Grayscale: #4F4F4F. Windows color (decimal): -8314178 or 12460673. OLE color: 12460673.

HSL color Cylindrical-coordinate representation of color #8122BE: hue angle of 276.54º 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 #8122BE is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12934190-
CMYK0.320.8200.25
HSL276.54º69.64%43.92%-
HSV(B)276.54º82.11%74.51%-
XYZ18.929.5349.56-
YUV80.19189.97162.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.54%
GREEN value IS 34 (13.67% from 255) = 9.63%
BLUE value IS 190 (74.61% from 255) = 53.82%
R=36.54%
G=9.63%
B=53.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129341900.320.8200.25276.5469.6443.92
Hex8122BE2052019115462c
Octal201422764012203142510654
Binary100000011000101011111010000010100100110011000101011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8122BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8122BE; }

 p { color: rgb(129,34,190); }

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

<style>
 a { background-color: #8122BE; }

 a { background-color: rgb(129,34,190); }

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

<style>
 span { border-color: #8122BE; }

 span { border-color: rgb(129,34,190); }

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