Html Css Color HEX #810AD6 Dark Violet

📋 copy color: '#810AD6'

red 129 ◦ green 10 ◦ blue 214

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

Shades of Dark Violet #810AD6

Tints of Dark Violet #810AD6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.83%

 BLUE value IS 214 (83.98% from 255) = 60.62%

R = 36.54%
G = 2.83%
B = 60.62%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#810AD6 (or 0x810AD6) is known color: Dark Violet. HEX triplet: 81, 0A and D6. RGB value is (129,10,214). Sum of RGB (Red+Green+Blue) = 129+10+214=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 214 (83.98% from 255 or 60.62% from 353); Max value from RGB is 214 - color contains mainly: blue. Hex color #810AD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810AD6 is #7EF529. Grayscale: #444444. Windows color (decimal): -8320298 or 14027393. OLE color: 14027393.

HSL color Cylindrical-coordinate representation of color #810AD6: hue angle of 275º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810AD6 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 10 214 -
CMYK 0.40 0.95 0 0.16
HSL 275º 0.91% 0.44% -
HSV(B) 275º 0.95% 0.84% -
XYZ 21.3 9.74 64.38 -
YUV 68.84 209.92 170.91 -
System Red Green Blue C M Y K H S L
Decimal 129 10 214 0.40 0.95 0 0.16 275 0.91 0.44
Hex 81 A D6 28 5F 0 10 113 5B 2C
Octal 201 12 326 50 137 0 20 423 133 54
Binary 10000001 1010 11010110 101000 1011111 0 10000 100010011 1011011 101100

Color Harmonies of #810AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810AD6

Black with #810AD6

Text Example


Text Example

White with #810AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,10,214); }

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

background-color css

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

 a { background-color: rgb(129,10,214); }

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

border-color css

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

 span { border-color: rgb(129,10,214); }

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