Html Css Color HEX #810EDD Dark Violet

📋 copy color: '#810EDD'

red 129 ◦ green 14 ◦ blue 221

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

Shades of Dark Violet #810EDD

Tints of Dark Violet #810EDD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.85%

 BLUE value IS 221 (86.72% from 255) = 60.71%

R = 35.44%
G = 3.85%
B = 60.71%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#810EDD (or 0x810EDD) is known color: Dark Violet. HEX triplet: 81, 0E and DD. RGB value is (129,14,221). Sum of RGB (Red+Green+Blue) = 129+14+221=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #810EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810EDD is #7EF122. Grayscale: #474747. Windows color (decimal): -8319267 or 14487169. OLE color: 14487169.

HSL color Cylindrical-coordinate representation of color #810EDD: hue angle of 273.33º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810EDD is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 14 221 -
CMYK 0.42 0.94 0 0.13
HSL 273.33º 0.88% 0.46% -
HSV(B) 273.33º 0.94% 0.87% -
XYZ 22.26 10.2 69.2 -
YUV 71.98 212.1 168.67 -
System Red Green Blue C M Y K H S L
Decimal 129 14 221 0.42 0.94 0 0.13 273.33 0.88 0.46
Hex 81 E DD 2A 5E 0 D 111 58 2E
Octal 201 16 335 52 136 0 15 421 130 56
Binary 10000001 1110 11011101 101010 1011110 0 1101 100010001 1011000 101110

Color Harmonies of #810EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810EDD

Black with #810EDD

Text Example


Text Example

White with #810EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,14,221); }

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

background-color css

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

 a { background-color: rgb(129,14,221); }

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

border-color css

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

 span { border-color: rgb(129,14,221); }

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