Html Css Color HEX #810FAD Dark Violet

📋 copy color: '#810FAD'

red 129 ◦ green 15 ◦ blue 173

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

Shades of Dark Violet #810FAD

Tints of Dark Violet #810FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.73%

 BLUE value IS 173 (67.97% from 255) = 54.57%

R = 40.69%
G = 4.73%
B = 54.57%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#810FAD (or 0x810FAD) is known color: Dark Violet. HEX triplet: 81, 0F and AD. RGB value is (129,15,173). Sum of RGB (Red+Green+Blue) = 129+15+173=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #810FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810FAD is #7EF052. Grayscale: #424242. Windows color (decimal): -8319059 or 11341697. OLE color: 11341697.

HSL color Cylindrical-coordinate representation of color #810FAD: hue angle of 283.29º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810FAD is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 15 173 -
CMYK 0.25 0.91 0 0.32
HSL 283.29º 0.84% 0.37% -
HSV(B) 283.29º 0.91% 0.68% -
XYZ 16.77 8.03 40.2 -
YUV 67.1 187.77 172.15 -
System Red Green Blue C M Y K H S L
Decimal 129 15 173 0.25 0.91 0 0.32 283.29 0.84 0.37
Hex 81 F AD 19 5B 0 20 11B 54 25
Octal 201 17 255 31 133 0 40 433 124 45
Binary 10000001 1111 10101101 11001 1011011 0 100000 100011011 1010100 100101

Color Harmonies of #810FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810FAD

Black with #810FAD

Text Example


Text Example

White with #810FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,15,173); }

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

background-color css

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

 a { background-color: rgb(129,15,173); }

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

border-color css

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

 span { border-color: rgb(129,15,173); }

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