Html Css Color HEX #9714BF Dark Violet

📋 copy color: '#9714BF'

red 151 ◦ green 20 ◦ blue 191

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

Shades of Dark Violet #9714BF

Tints of Dark Violet #9714BF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.52%

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

R = 41.71%
G = 5.52%
B = 52.76%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9714BF (or 0x9714BF) is known color: Dark Violet. HEX triplet: 97, 14 and BF. RGB value is (151,20,191). Sum of RGB (Red+Green+Blue) = 151+20+191=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #9714BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9714BF is #68EB40. Grayscale: #4E4E4E. Windows color (decimal): -6875969 or 12522647. OLE color: 12522647.

HSL color Cylindrical-coordinate representation of color #9714BF: hue angle of 285.96º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9714BF is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 20 191 -
CMYK 0.21 0.90 0 0.25
HSL 285.96º 0.81% 0.41% -
HSV(B) 285.96º 0.9% 0.75% -
XYZ 22.42 10.84 50.2 -
YUV 78.66 191.4 179.6 -
System Red Green Blue C M Y K H S L
Decimal 151 20 191 0.21 0.90 0 0.25 285.96 0.81 0.41
Hex 97 14 BF 15 5A 0 19 11E 51 29
Octal 227 24 277 25 132 0 31 436 121 51
Binary 10010111 10100 10111111 10101 1011010 0 11001 100011110 1010001 101001

Color Harmonies of #9714BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9714BF

Black with #9714BF

Text Example


Text Example

White with #9714BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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