Html Css Color HEX #9710DE Dark Violet

📋 copy color: '#9710DE'

red 151 ◦ green 16 ◦ blue 222

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

Shades of Dark Violet #9710DE

Tints of Dark Violet #9710DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.07%

R = 38.82%
G = 4.11%
B = 57.07%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9710DE (or 0x9710DE) is known color: Dark Violet. HEX triplet: 97, 10 and DE. RGB value is (151,16,222). Sum of RGB (Red+Green+Blue) = 151+16+222=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 222 (87.11% from 255 or 57.07% from 389); Max value from RGB is 222 - color contains mainly: blue. Hex color #9710DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9710DE is #68EF21. Grayscale: #4F4F4F. Windows color (decimal): -6876962 or 14553239. OLE color: 14553239.

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

Color convert

RGB 151 16 222 -
CMYK 0.32 0.93 0 0.13
HSL 279.32º 0.87% 0.47% -
HSV(B) 279.32º 0.93% 0.87% -
XYZ 26.13 12.22 70.09 -
YUV 79.85 208.23 178.75 -
System Red Green Blue C M Y K H S L
Decimal 151 16 222 0.32 0.93 0 0.13 279.32 0.87 0.47
Hex 97 10 DE 20 5D 0 D 117 57 2F
Octal 227 20 336 40 135 0 15 427 127 57
Binary 10010111 10000 11011110 100000 1011101 0 1101 100010111 1010111 101111

Color Harmonies of #9710DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9710DE

Black with #9710DE

Text Example


Text Example

White with #9710DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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