Html Css Color HEX #9715BC Dark Violet

📋 copy color: '#9715BC'

red 151 ◦ green 21 ◦ blue 188

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

Shades of Dark Violet #9715BC

Tints of Dark Violet #9715BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.22%

R = 41.94%
G = 5.83%
B = 52.22%

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

#9715BC (or 0x9715BC) is known color: Dark Violet. HEX triplet: 97, 15 and BC. RGB value is (151,21,188). Sum of RGB (Red+Green+Blue) = 151+21+188=360 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.94% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #9715BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9715BC is #68EA43. Grayscale: #4E4E4E. Windows color (decimal): -6875716 or 12326295. OLE color: 12326295.

HSL color Cylindrical-coordinate representation of color #9715BC: hue angle of 286.71º 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 #9715BC is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 21 188 -
CMYK 0.20 0.89 0 0.26
HSL 286.71º 0.8% 0.41% -
HSV(B) 286.71º 0.89% 0.74% -
XYZ 22.11 10.75 48.49 -
YUV 78.91 189.57 179.42 -
System Red Green Blue C M Y K H S L
Decimal 151 21 188 0.20 0.89 0 0.26 286.71 0.8 0.41
Hex 97 15 BC 14 59 0 1A 11F 50 29
Octal 227 25 274 24 131 0 32 437 120 51
Binary 10010111 10101 10111100 10100 1011001 0 11010 100011111 1010000 101001

Color Harmonies of #9715BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9715BC

Black with #9715BC

Text Example


Text Example

White with #9715BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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