Html Css Color HEX #9715BD Dark Violet

📋 copy color: '#9715BD'

red 151 ◦ green 21 ◦ blue 189

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

Shades of Dark Violet #9715BD

Tints of Dark Violet #9715BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.35%

R = 41.83%
G = 5.82%
B = 52.35%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9715BD (or 0x9715BD) is known color: Dark Violet. HEX triplet: 97, 15 and BD. RGB value is (151,21,189). Sum of RGB (Red+Green+Blue) = 151+21+189=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #9715BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9715BD is #68EA42. Grayscale: #4E4E4E. Windows color (decimal): -6875715 or 12391831. OLE color: 12391831.

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

Color convert

RGB 151 21 189 -
CMYK 0.20 0.89 0 0.26
HSL 286.43º 0.8% 0.41% -
HSV(B) 286.43º 0.89% 0.74% -
XYZ 22.22 10.79 49.06 -
YUV 79.02 190.07 179.34 -
System Red Green Blue C M Y K H S L
Decimal 151 21 189 0.20 0.89 0 0.26 286.43 0.8 0.41
Hex 97 15 BD 14 59 0 1A 11E 50 29
Octal 227 25 275 24 131 0 32 436 120 51
Binary 10010111 10101 10111101 10100 1011001 0 11010 100011110 1010000 101001

Color Harmonies of #9715BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9715BD

Black with #9715BD

Text Example


Text Example

White with #9715BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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