Html Css Color HEX #812ABD Dark Orchid

📋 copy color: '#812ABD'

red 129 ◦ green 42 ◦ blue 189

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

Shades of Dark Orchid #812ABD

Tints of Dark Orchid #812ABD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.67%

 BLUE value IS 189 (74.22% from 255) = 52.5%

R = 35.83%
G = 11.67%
B = 52.5%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#812ABD (or 0x812ABD) is known color: Dark Orchid. HEX triplet: 81, 2A and BD. RGB value is (129,42,189). Sum of RGB (Red+Green+Blue) = 129+42+189=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #812ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812ABD is #7ED542. Grayscale: #545454. Windows color (decimal): -8312131 or 12397185. OLE color: 12397185.

HSL color Cylindrical-coordinate representation of color #812ABD: hue angle of 275.51º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #812ABD is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 42 189 -
CMYK 0.32 0.78 0 0.26
HSL 275.51º 0.64% 0.45% -
HSV(B) 275.51º 0.78% 0.74% -
XYZ 19.07 10 49.07 -
YUV 84.77 186.82 159.55 -
System Red Green Blue C M Y K H S L
Decimal 129 42 189 0.32 0.78 0 0.26 275.51 0.64 0.45
Hex 81 2A BD 20 4E 0 1A 114 40 2D
Octal 201 52 275 40 116 0 32 424 100 55
Binary 10000001 101010 10111101 100000 1001110 0 11010 100010100 1000000 101101

Color Harmonies of #812ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812ABD

Black with #812ABD

Text Example


Text Example

White with #812ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,42,189); }

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

background-color css

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

 a { background-color: rgb(129,42,189); }

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

border-color css

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

 span { border-color: rgb(129,42,189); }

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