Html Css Color HEX #812DB5 Dark Orchid

📋 copy color: '#812DB5'

red 129 ◦ green 45 ◦ blue 181

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

Shades of Dark Orchid #812DB5

Tints of Dark Orchid #812DB5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.68%

 BLUE value IS 181 (71.09% from 255) = 50.99%

R = 36.34%
G = 12.68%
B = 50.99%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#812DB5 (or 0x812DB5) is known color: Dark Orchid. HEX triplet: 81, 2D and B5. RGB value is (129,45,181). Sum of RGB (Red+Green+Blue) = 129+45+181=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 181 (71.09% from 255 or 50.99% from 355); Max value from RGB is 181 - color contains mainly: blue. Hex color #812DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812DB5 is #7ED24A. Grayscale: #555555. Windows color (decimal): -8311371 or 11873665. OLE color: 11873665.

HSL color Cylindrical-coordinate representation of color #812DB5: hue angle of 277.06º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812DB5 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 45 181 -
CMYK 0.29 0.75 0 0.29
HSL 277.06º 0.6% 0.44% -
HSV(B) 277.06º 0.75% 0.71% -
XYZ 18.33 9.88 44.66 -
YUV 85.62 181.83 158.94 -
System Red Green Blue C M Y K H S L
Decimal 129 45 181 0.29 0.75 0 0.29 277.06 0.6 0.44
Hex 81 2D B5 1D 4B 0 1D 115 3C 2C
Octal 201 55 265 35 113 0 35 425 74 54
Binary 10000001 101101 10110101 11101 1001011 0 11101 100010101 111100 101100

Color Harmonies of #812DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812DB5

Black with #812DB5

Text Example


Text Example

White with #812DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,45,181); }

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

background-color css

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

 a { background-color: rgb(129,45,181); }

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

border-color css

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

 span { border-color: rgb(129,45,181); }

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