#8125B4

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

Shades of Dark Orchid #8125B4

Tints of Dark Orchid #8125B4

Color information

#8125B4 (or 0x8125B4) is unknown color: approx Dark Orchid. HEX triplet: 81, 25 and B4. RGB value is (129,37,180). Sum of RGB (Red+Green+Blue) = 129+37+180=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 180 (70.70% from 255 or 52.02% from 346); Max value from RGB is 180 - color contains mainly: blue. Hex color #8125B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8125B4 is #7EDA4B. Grayscale: #505050. Windows color (decimal): -8313420 or 11806081. OLE color: 11806081.

HSL color Cylindrical-coordinate representation of color #8125B4: hue angle of 278.6º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8125B4 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12937180-
CMYK0.280.7900.29
HSL278.6º65.9%42.55%-
HSV(B)278.6º79.44%70.59%-
XYZ17.959.2944.03-
YUV80.81183.98162.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.28%
GREEN value IS 37 (14.84% from 255) = 10.69%
BLUE value IS 180 (70.70% from 255) = 52.02%
R=37.28%
G=10.69%
B=52.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129371800.280.7900.29278.665.942.55
Hex8125B41C4F01D117422b
Octal201452643411703542710253
Binary10000001100101101101001110010011110111011000101111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8125B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8125B4; }

 p { color: rgb(129,37,180); }

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

<style>
 a { background-color: #8125B4; }

 a { background-color: rgb(129,37,180); }

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

<style>
 span { border-color: #8125B4; }

 span { border-color: rgb(129,37,180); }

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