Html Css Color HEX #812EB2 Dark Orchid

📋 copy color: '#812EB2'

red 129 ◦ green 46 ◦ blue 178

#812EB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #812EB2

Tints of Dark Orchid #812EB2

RGB

 RED value IS 129 (50.78% from 255) = 36.54%

 GREEN value IS 46 (18.36% from 255) = 13.03%

 BLUE value IS 178 (69.92% from 255) = 50.42%

R = 36.54%
G = 13.03%
B = 50.42%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#812EB2 (or 0x812EB2) is known color: Dark Orchid. HEX triplet: 81, 2E and B2. RGB value is (129,46,178). Sum of RGB (Red+Green+Blue) = 129+46+178=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 178 (69.92% from 255 or 50.42% from 353); Max value from RGB is 178 - color contains mainly: blue. Hex color #812EB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812EB2 is #7ED14D. Grayscale: #555555. Windows color (decimal): -8311118 or 11677313. OLE color: 11677313.

HSL color Cylindrical-coordinate representation of color #812EB2: hue angle of 277.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #812EB2 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 129 46 178 -
CMYK 0.28 0.74 0 0.30
HSL 277.73º 0.59% 0.44% -
HSV(B) 277.73º 0.74% 0.7% -
XYZ 18.07 9.84 43.07 -
YUV 85.87 180 158.77 -
System Red Green Blue C M Y K H S L
Decimal 129 46 178 0.28 0.74 0 0.30 277.73 0.59 0.44
Hex 81 2E B2 1C 4A 0 1E 116 3B 2C
Octal 201 56 262 34 112 0 36 426 73 54
Binary 10000001 101110 10110010 11100 1001010 0 11110 100010110 111011 101100

Color Harmonies of #812EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812EB2

Black with #812EB2

Text Example


Text Example

White with #812EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812EB2; }

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

 H1.HeaderClassName
 {
   color: #812EB2;
 }
 .AnyTagClassName
 {
   color: #812EB2;
 }
</style>

background-color css

<style>
 a { background-color: #812EB2; }

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

 div.DivClassName
 {
   background-color: #812EB2;
 }
 .BgClassName
 {
   background-color: #812EB2;
 }
</style>

border-color css

<style>
 span { border-color: #812EB2; }

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

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