#8123BF

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

Shades of Dark Orchid #8123BF

Tints of Dark Orchid #8123BF

Color information

#8123BF (or 0x8123BF) is unknown color: approx Dark Orchid. HEX triplet: 81, 23 and BF. RGB value is (129,35,191). Sum of RGB (Red+Green+Blue) = 129+35+191=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #8123BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8123BF is #7EDC40. Grayscale: #505050. Windows color (decimal): -8313921 or 12526465. OLE color: 12526465.

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

Color convert

RGB12935191-
CMYK0.320.8200.25
HSL276.15º69.03%44.31%-
HSV(B)276.15º81.68%74.9%-
XYZ19.069.6350.14-
YUV80.89190.14162.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.34%
GREEN value IS 35 (14.06% from 255) = 9.86%
BLUE value IS 191 (75% from 255) = 53.80%
R=36.34%
G=9.86%
B=53.80%

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
Decimal129351910.320.8200.25276.1569.0344.31
Hex8123BF2052019114452c
Octal201432774012203142410554
Binary100000011000111011111110000010100100110011000101001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8123BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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