Html Css Color HEX #810FDB Dark Violet

📋 copy color: '#810FDB'

red 129 ◦ green 15 ◦ blue 219

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

Shades of Dark Violet #810FDB

Tints of Dark Violet #810FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.33%

R = 35.54%
G = 4.13%
B = 60.33%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#810FDB (or 0x810FDB) is known color: Dark Violet. HEX triplet: 81, 0F and DB. RGB value is (129,15,219). Sum of RGB (Red+Green+Blue) = 129+15+219=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #810FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810FDB is #7EF024. Grayscale: #474747. Windows color (decimal): -8319013 or 14356353. OLE color: 14356353.

HSL color Cylindrical-coordinate representation of color #810FDB: hue angle of 273.53º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #810FDB is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 15 219 -
CMYK 0.41 0.93 0 0.14
HSL 273.53º 0.87% 0.46% -
HSV(B) 273.53º 0.93% 0.86% -
XYZ 22.01 10.12 67.81 -
YUV 72.34 210.77 168.41 -
System Red Green Blue C M Y K H S L
Decimal 129 15 219 0.41 0.93 0 0.14 273.53 0.87 0.46
Hex 81 F DB 29 5D 0 E 112 57 2E
Octal 201 17 333 51 135 0 16 422 127 56
Binary 10000001 1111 11011011 101001 1011101 0 1110 100010010 1010111 101110

Color Harmonies of #810FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810FDB

Black with #810FDB

Text Example


Text Example

White with #810FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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