Html Css Color HEX #810ED7 Dark Violet

📋 copy color: '#810ED7'

red 129 ◦ green 14 ◦ blue 215

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

Shades of Dark Violet #810ED7

Tints of Dark Violet #810ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 60.06%

R = 36.03%
G = 3.91%
B = 60.06%

CMYK

 C value IS 0.4

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#810ED7 (or 0x810ED7) is known color: Dark Violet. HEX triplet: 81, 0E and D7. RGB value is (129,14,215). Sum of RGB (Red+Green+Blue) = 129+14+215=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 215 (84.38% from 255 or 60.06% from 358); Max value from RGB is 215 - color contains mainly: blue. Hex color #810ED7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810ED7 is #7EF128. Grayscale: #464646. Windows color (decimal): -8319273 or 14093953. OLE color: 14093953.

HSL color Cylindrical-coordinate representation of color #810ED7: hue angle of 274.33º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #810ED7 is Cyan = 0.4, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 14 215 -
CMYK 0.4 0.93 0 0.16
HSL 274.33º 0.88% 0.45% -
HSV(B) 274.33º 0.93% 0.84% -
XYZ 21.48 9.89 65.07 -
YUV 71.3 209.1 169.16 -
System Red Green Blue C M Y K H S L
Decimal 129 14 215 0.4 0.93 0 0.16 274.33 0.88 0.45
Hex 81 E D7 28 5D 0 10 112 58 2D
Octal 201 16 327 50 135 0 20 422 130 55
Binary 10000001 1110 11010111 101000 1011101 0 10000 100010010 1011000 101101

Color Harmonies of #810ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810ED7

Black with #810ED7

Text Example


Text Example

White with #810ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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