#8123b2

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

Shades of Dark Orchid #8123B2

Tints of Dark Orchid #8123B2

Color information

#8123B2 (or 0x8123B2) is unknown color: approx Dark Orchid. HEX triplet: 81, 23 and B2. RGB value is (129,35,178). Sum of RGB (Red+Green+Blue) = 129+35+178=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 178 (69.92% from 255 or 52.05% from 342); Max value from RGB is 178 - color contains mainly: blue. Hex color #8123B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8123B2 is #7EDC4D. Grayscale: #4E4E4E. Windows color (decimal): -8313934 or 11674497. OLE color: 11674497.

HSL color Cylindrical-coordinate representation of color #8123B2: hue angle of 279.44º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8123B2 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12935178-
CMYK0.280.8000.30
HSL279.44º67.14%41.76%-
HSV(B)279.44º80.34%69.8%-
XYZ17.699.0842.94-
YUV79.41183.64163.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.72%
GREEN value IS 35 (14.06% from 255) = 10.23%
BLUE value IS 178 (69.92% from 255) = 52.05%
R=37.72%
G=10.23%
B=52.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal129351780.280.8000.30279.4467.1441.76
Hex8123B21C5001E117432a
Octal201432623412003642710352
Binary10000001100011101100101110010100000111101000101111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8123b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8123b2; }

 p { color: rgb(129,35,178); }

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

<style>
 a { background-color: #8123b2; }

 a { background-color: rgb(129,35,178); }

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

<style>
 span { border-color: #8123b2; }

 span { border-color: rgb(129,35,178); }

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