Html Css Color HEX #812ACD Blue Violet

📋 copy color: '#812ACD'

red 129 ◦ green 42 ◦ blue 205

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

Shades of Blue Violet #812ACD

Tints of Blue Violet #812ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.52%

R = 34.31%
G = 11.17%
B = 54.52%

CMYK

 C value IS 0.37

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#812ACD (or 0x812ACD) is known color: Blue Violet. HEX triplet: 81, 2A and CD. RGB value is (129,42,205). Sum of RGB (Red+Green+Blue) = 129+42+205=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #812ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812ACD is #7ED532. Grayscale: #565656. Windows color (decimal): -8312115 or 13445761. OLE color: 13445761.

HSL color Cylindrical-coordinate representation of color #812ACD: hue angle of 272.02º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #812ACD is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 42 205 -
CMYK 0.37 0.80 0 0.20
HSL 272.02º 0.66% 0.48% -
HSV(B) 272.02º 0.8% 0.8% -
XYZ 20.9 10.73 58.73 -
YUV 86.6 194.82 158.25 -
System Red Green Blue C M Y K H S L
Decimal 129 42 205 0.37 0.80 0 0.20 272.02 0.66 0.48
Hex 81 2A CD 25 50 0 14 110 42 30
Octal 201 52 315 45 120 0 24 420 102 60
Binary 10000001 101010 11001101 100101 1010000 0 10100 100010000 1000010 110000

Color Harmonies of #812ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812ACD

Black with #812ACD

Text Example


Text Example

White with #812ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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