Html Css Color HEX #9710D1 Dark Violet

📋 copy color: '#9710D1'

red 151 ◦ green 16 ◦ blue 209

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

Shades of Dark Violet #9710D1

Tints of Dark Violet #9710D1

RGB

 RED value IS 151 (59.38% from 255) = 40.16%

 GREEN value IS 16 (6.64% from 255) = 4.26%

 BLUE value IS 209 (82.03% from 255) = 55.59%

R = 40.16%
G = 4.26%
B = 55.59%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9710D1 (or 0x9710D1) is known color: Dark Violet. HEX triplet: 97, 10 and D1. RGB value is (151,16,209). Sum of RGB (Red+Green+Blue) = 151+16+209=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 209 (82.03% from 255 or 55.59% from 376); Max value from RGB is 209 - color contains mainly: blue. Hex color #9710D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9710D1 is #68EF2E. Grayscale: #4D4D4D. Windows color (decimal): -6876975 or 13701271. OLE color: 13701271.

HSL color Cylindrical-coordinate representation of color #9710D1: hue angle of 281.97º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9710D1 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 16 209 -
CMYK 0.28 0.92 0 0.18
HSL 281.97º 0.86% 0.44% -
HSV(B) 281.97º 0.92% 0.82% -
XYZ 24.46 11.55 61.26 -
YUV 78.37 201.73 179.81 -
System Red Green Blue C M Y K H S L
Decimal 151 16 209 0.28 0.92 0 0.18 281.97 0.86 0.44
Hex 97 10 D1 1C 5C 0 12 11A 56 2C
Octal 227 20 321 34 134 0 22 432 126 54
Binary 10010111 10000 11010001 11100 1011100 0 10010 100011010 1010110 101100

Color Harmonies of #9710D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9710D1

Black with #9710D1

Text Example


Text Example

White with #9710D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9710D1; }

 p { color: rgb(151,16,209); }

 H1.HeaderClassName
 {
   color: #9710D1;
 }
 .AnyTagClassName
 {
   color: #9710D1;
 }
</style>

background-color css

<style>
 a { background-color: #9710D1; }

 a { background-color: rgb(151,16,209); }

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

border-color css

<style>
 span { border-color: #9710D1; }

 span { border-color: rgb(151,16,209); }

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