Html Css Color HEX #9717BF Dark Violet

📋 copy color: '#9717BF'

red 151 ◦ green 23 ◦ blue 191

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

Shades of Dark Violet #9717BF

Tints of Dark Violet #9717BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.33%

R = 41.37%
G = 6.3%
B = 52.33%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9717BF (or 0x9717BF) is known color: Dark Violet. HEX triplet: 97, 17 and BF. RGB value is (151,23,191). Sum of RGB (Red+Green+Blue) = 151+23+191=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #9717BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9717BF is #68E840. Grayscale: #4F4F4F. Windows color (decimal): -6875201 or 12523415. OLE color: 12523415.

HSL color Cylindrical-coordinate representation of color #9717BF: hue angle of 285.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9717BF is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 23 191 -
CMYK 0.21 0.88 0 0.25
HSL 285.71º 0.79% 0.42% -
HSV(B) 285.71º 0.88% 0.75% -
XYZ 22.47 10.95 50.22 -
YUV 80.42 190.41 178.34 -
System Red Green Blue C M Y K H S L
Decimal 151 23 191 0.21 0.88 0 0.25 285.71 0.79 0.42
Hex 97 17 BF 15 58 0 19 11E 4F 2A
Octal 227 27 277 25 130 0 31 436 117 52
Binary 10010111 10111 10111111 10101 1011000 0 11001 100011110 1001111 101010

Color Harmonies of #9717BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9717BF

Black with #9717BF

Text Example


Text Example

White with #9717BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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