Html Css Color HEX #9713BD Dark Violet

📋 copy color: '#9713BD'

red 151 ◦ green 19 ◦ blue 189

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

Shades of Dark Violet #9713BD

Tints of Dark Violet #9713BD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.29%

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

R = 42.06%
G = 5.29%
B = 52.65%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9713BD (or 0x9713BD) is known color: Dark Violet. HEX triplet: 97, 13 and BD. RGB value is (151,19,189). Sum of RGB (Red+Green+Blue) = 151+19+189=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #9713BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9713BD is #68EC42. Grayscale: #4D4D4D. Windows color (decimal): -6876227 or 12391319. OLE color: 12391319.

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

Color convert

RGB 151 19 189 -
CMYK 0.20 0.90 0 0.26
HSL 286.59º 0.82% 0.41% -
HSV(B) 286.59º 0.9% 0.74% -
XYZ 22.18 10.72 49.04 -
YUV 77.85 190.73 180.18 -
System Red Green Blue C M Y K H S L
Decimal 151 19 189 0.20 0.90 0 0.26 286.59 0.82 0.41
Hex 97 13 BD 14 5A 0 1A 11F 52 29
Octal 227 23 275 24 132 0 32 437 122 51
Binary 10010111 10011 10111101 10100 1011010 0 11010 100011111 1010010 101001

Color Harmonies of #9713BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9713BD

Black with #9713BD

Text Example


Text Example

White with #9713BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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