Html Css Color HEX #9715BE Dark Violet

📋 copy color: '#9715BE'

red 151 ◦ green 21 ◦ blue 190

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

Shades of Dark Violet #9715BE

Tints of Dark Violet #9715BE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.8%

 BLUE value IS 190 (74.61% from 255) = 52.49%

R = 41.71%
G = 5.8%
B = 52.49%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9715BE (or 0x9715BE) is known color: Dark Violet. HEX triplet: 97, 15 and BE. RGB value is (151,21,190). Sum of RGB (Red+Green+Blue) = 151+21+190=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #9715BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9715BE is #68EA41. Grayscale: #4E4E4E. Windows color (decimal): -6875714 or 12457367. OLE color: 12457367.

HSL color Cylindrical-coordinate representation of color #9715BE: hue angle of 286.15º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9715BE is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 21 190 -
CMYK 0.21 0.89 0 0.25
HSL 286.15º 0.8% 0.41% -
HSV(B) 286.15º 0.89% 0.75% -
XYZ 22.32 10.83 49.63 -
YUV 79.14 190.57 179.26 -
System Red Green Blue C M Y K H S L
Decimal 151 21 190 0.21 0.89 0 0.25 286.15 0.8 0.41
Hex 97 15 BE 15 59 0 19 11E 50 29
Octal 227 25 276 25 131 0 31 436 120 51
Binary 10010111 10101 10111110 10101 1011001 0 11001 100011110 1010000 101001

Color Harmonies of #9715BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9715BE

Black with #9715BE

Text Example


Text Example

White with #9715BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9715BE; }

 p { color: rgb(151,21,190); }

 H1.HeaderClassName
 {
   color: #9715BE;
 }
 .AnyTagClassName
 {
   color: #9715BE;
 }
</style>

background-color css

<style>
 a { background-color: #9715BE; }

 a { background-color: rgb(151,21,190); }

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

border-color css

<style>
 span { border-color: #9715BE; }

 span { border-color: rgb(151,21,190); }

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