Html Css Color HEX #810FDD Dark Violet

📋 copy color: '#810FDD'

red 129 ◦ green 15 ◦ blue 221

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

Shades of Dark Violet #810FDD

Tints of Dark Violet #810FDD

RGB

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

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

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

R = 35.34%
G = 4.11%
B = 60.55%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#810FDD (or 0x810FDD) is known color: Dark Violet. HEX triplet: 81, 0F and DD. RGB value is (129,15,221). Sum of RGB (Red+Green+Blue) = 129+15+221=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #810FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810FDD is #7EF022. Grayscale: #474747. Windows color (decimal): -8319011 or 14487425. OLE color: 14487425.

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

Color convert

RGB 129 15 221 -
CMYK 0.42 0.93 0 0.13
HSL 273.2º 0.87% 0.46% -
HSV(B) 273.2º 0.93% 0.87% -
XYZ 22.28 10.23 69.21 -
YUV 72.57 211.77 168.25 -
System Red Green Blue C M Y K H S L
Decimal 129 15 221 0.42 0.93 0 0.13 273.2 0.87 0.46
Hex 81 F DD 2A 5D 0 D 111 57 2E
Octal 201 17 335 52 135 0 15 421 127 56
Binary 10000001 1111 11011101 101010 1011101 0 1101 100010001 1010111 101110

Color Harmonies of #810FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810FDD

Black with #810FDD

Text Example


Text Example

White with #810FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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