Html Css Color HEX #810DB4 Dark Violet

📋 copy color: '#810DB4'

red 129 ◦ green 13 ◦ blue 180

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

Shades of Dark Violet #810DB4

Tints of Dark Violet #810DB4

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.04%

 BLUE value IS 180 (70.7% from 255) = 55.9%

R = 40.06%
G = 4.04%
B = 55.9%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#810DB4 (or 0x810DB4) is known color: Dark Violet. HEX triplet: 81, 0D and B4. RGB value is (129,13,180). Sum of RGB (Red+Green+Blue) = 129+13+180=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 180 (70.70% from 255 or 55.90% from 322); Max value from RGB is 180 - color contains mainly: blue. Hex color #810DB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810DB4 is #7EF24B. Grayscale: #424242. Windows color (decimal): -8319564 or 11799937. OLE color: 11799937.

HSL color Cylindrical-coordinate representation of color #810DB4: hue angle of 281.68º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #810DB4 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 13 180 -
CMYK 0.28 0.93 0 0.29
HSL 281.68º 0.87% 0.38% -
HSV(B) 281.68º 0.93% 0.71% -
XYZ 17.44 8.25 43.85 -
YUV 66.72 191.93 172.42 -
System Red Green Blue C M Y K H S L
Decimal 129 13 180 0.28 0.93 0 0.29 281.68 0.87 0.38
Hex 81 D B4 1C 5D 0 1D 11A 57 26
Octal 201 15 264 34 135 0 35 432 127 46
Binary 10000001 1101 10110100 11100 1011101 0 11101 100011010 1010111 100110

Color Harmonies of #810DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810DB4

Black with #810DB4

Text Example


Text Example

White with #810DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,13,180); }

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

background-color css

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

 a { background-color: rgb(129,13,180); }

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

border-color css

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

 span { border-color: rgb(129,13,180); }

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