Html Css Color HEX #9717DB Dark Violet

📋 copy color: '#9717DB'

red 151 ◦ green 23 ◦ blue 219

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

Shades of Dark Violet #9717DB

Tints of Dark Violet #9717DB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.85%

 BLUE value IS 219 (85.94% from 255) = 55.73%

R = 38.42%
G = 5.85%
B = 55.73%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9717DB (or 0x9717DB) is known color: Dark Violet. HEX triplet: 97, 17 and DB. RGB value is (151,23,219). Sum of RGB (Red+Green+Blue) = 151+23+219=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #9717DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9717DB is #68E824. Grayscale: #525252. Windows color (decimal): -6875173 or 14358423. OLE color: 14358423.

HSL color Cylindrical-coordinate representation of color #9717DB: hue angle of 279.18º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9717DB is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 23 219 -
CMYK 0.31 0.89 0 0.14
HSL 279.18º 0.81% 0.47% -
HSV(B) 279.18º 0.89% 0.86% -
XYZ 25.86 12.31 68.03 -
YUV 83.62 204.41 176.06 -
System Red Green Blue C M Y K H S L
Decimal 151 23 219 0.31 0.89 0 0.14 279.18 0.81 0.47
Hex 97 17 DB 1F 59 0 E 117 51 2F
Octal 227 27 333 37 131 0 16 427 121 57
Binary 10010111 10111 11011011 11111 1011001 0 1110 100010111 1010001 101111

Color Harmonies of #9717DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9717DB

Black with #9717DB

Text Example


Text Example

White with #9717DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9717DB; }

 p { color: rgb(151,23,219); }

 H1.HeaderClassName
 {
   color: #9717DB;
 }
 .AnyTagClassName
 {
   color: #9717DB;
 }
</style>

background-color css

<style>
 a { background-color: #9717DB; }

 a { background-color: rgb(151,23,219); }

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

border-color css

<style>
 span { border-color: #9717DB; }

 span { border-color: rgb(151,23,219); }

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