Html Css Color HEX #810BDB Dark Violet

📋 copy color: '#810BDB'

red 129 ◦ green 11 ◦ blue 219

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

Shades of Dark Violet #810BDB

Tints of Dark Violet #810BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.06%

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

R = 35.93%
G = 3.06%
B = 61%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#810BDB (or 0x810BDB) is known color: Dark Violet. HEX triplet: 81, 0B and DB. RGB value is (129,11,219). Sum of RGB (Red+Green+Blue) = 129+11+219=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #810BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810BDB is #7EF424. Grayscale: #454545. Windows color (decimal): -8320037 or 14355329. OLE color: 14355329.

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

Color convert

RGB 129 11 219 -
CMYK 0.41 0.95 0 0.14
HSL 274.04º 0.9% 0.45% -
HSV(B) 274.04º 0.95% 0.86% -
XYZ 21.96 10.02 67.79 -
YUV 69.99 212.09 170.09 -
System Red Green Blue C M Y K H S L
Decimal 129 11 219 0.41 0.95 0 0.14 274.04 0.9 0.45
Hex 81 B DB 29 5F 0 E 112 5A 2D
Octal 201 13 333 51 137 0 16 422 132 55
Binary 10000001 1011 11011011 101001 1011111 0 1110 100010010 1011010 101101

Color Harmonies of #810BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810BDB

Black with #810BDB

Text Example


Text Example

White with #810BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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