#8126BF

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

Shades of Dark Orchid #8126BF

Tints of Dark Orchid #8126BF

Color information

#8126BF (or 0x8126BF) is unknown color: approx Dark Orchid. HEX triplet: 81, 26 and BF. RGB value is (129,38,191). Sum of RGB (Red+Green+Blue) = 129+38+191=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #8126BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8126BF is #7ED940. Grayscale: #525252. Windows color (decimal): -8313153 or 12527233. OLE color: 12527233.

HSL color Cylindrical-coordinate representation of color #8126BF: hue angle of 275.69º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8126BF is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12938191-
CMYK0.320.8000.25
HSL275.69º66.81%44.9%-
HSV(B)275.69º80.1%74.9%-
XYZ19.159.8150.18-
YUV82.65189.15161.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.03%
GREEN value IS 38 (15.23% from 255) = 10.61%
BLUE value IS 191 (75% from 255) = 53.35%
R=36.03%
G=10.61%
B=53.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129381910.320.8000.25275.6966.8144.9
Hex8126BF2050019114432d
Octal201462774012003142410355
Binary100000011001101011111110000010100000110011000101001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8126BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,38,191); }

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

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

 a { background-color: rgb(129,38,191); }

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

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

 span { border-color: rgb(129,38,191); }

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