Html Css Color HEX #812DB7 Dark Orchid

📋 copy color: '#812DB7'

red 129 ◦ green 45 ◦ blue 183

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

Shades of Dark Orchid #812DB7

Tints of Dark Orchid #812DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 51.26%

R = 36.13%
G = 12.61%
B = 51.26%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#812DB7 (or 0x812DB7) is known color: Dark Orchid. HEX triplet: 81, 2D and B7. RGB value is (129,45,183). Sum of RGB (Red+Green+Blue) = 129+45+183=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 183 (71.88% from 255 or 51.26% from 357); Max value from RGB is 183 - color contains mainly: blue. Hex color #812DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812DB7 is #7ED248. Grayscale: #555555. Windows color (decimal): -8311369 or 12004737. OLE color: 12004737.

HSL color Cylindrical-coordinate representation of color #812DB7: hue angle of 276.52º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812DB7 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 129 45 183 -
CMYK 0.30 0.75 0 0.28
HSL 276.52º 0.61% 0.45% -
HSV(B) 276.52º 0.75% 0.72% -
XYZ 18.54 9.96 45.75 -
YUV 85.85 182.83 158.78 -
System Red Green Blue C M Y K H S L
Decimal 129 45 183 0.30 0.75 0 0.28 276.52 0.61 0.45
Hex 81 2D B7 1E 4B 0 1C 115 3D 2D
Octal 201 55 267 36 113 0 34 425 75 55
Binary 10000001 101101 10110111 11110 1001011 0 11100 100010101 111101 101101

Color Harmonies of #812DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812DB7

Black with #812DB7

Text Example


Text Example

White with #812DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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