Html Css Color HEX #810ACD Dark Violet

📋 copy color: '#810ACD'

red 129 ◦ green 10 ◦ blue 205

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

Shades of Dark Violet #810ACD

Tints of Dark Violet #810ACD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.91%

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

R = 37.5%
G = 2.91%
B = 59.59%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#810ACD (or 0x810ACD) is known color: Dark Violet. HEX triplet: 81, 0A and CD. RGB value is (129,10,205). Sum of RGB (Red+Green+Blue) = 129+10+205=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #810ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810ACD is #7EF532. Grayscale: #434343. Windows color (decimal): -8320307 or 13437569. OLE color: 13437569.

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

Color convert

RGB 129 10 205 -
CMYK 0.37 0.95 0 0.20
HSL 276.62º 0.91% 0.42% -
HSV(B) 276.62º 0.95% 0.8% -
XYZ 20.18 9.29 58.49 -
YUV 67.81 205.42 171.64 -
System Red Green Blue C M Y K H S L
Decimal 129 10 205 0.37 0.95 0 0.20 276.62 0.91 0.42
Hex 81 A CD 25 5F 0 14 115 5B 2A
Octal 201 12 315 45 137 0 24 425 133 52
Binary 10000001 1010 11001101 100101 1011111 0 10100 100010101 1011011 101010

Color Harmonies of #810ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810ACD

Black with #810ACD

Text Example


Text Example

White with #810ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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