Html Css Color HEX #9713BE Dark Violet

📋 copy color: '#9713BE'

red 151 ◦ green 19 ◦ blue 190

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

Shades of Dark Violet #9713BE

Tints of Dark Violet #9713BE

RGB

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

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

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

R = 41.94%
G = 5.28%
B = 52.78%

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

#9713BE (or 0x9713BE) is known color: Dark Violet. HEX triplet: 97, 13 and BE. RGB value is (151,19,190). Sum of RGB (Red+Green+Blue) = 151+19+190=360 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.94% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #9713BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9713BE is #68EC41. Grayscale: #4D4D4D. Windows color (decimal): -6876226 or 12456855. OLE color: 12456855.

HSL color Cylindrical-coordinate representation of color #9713BE: hue angle of 286.32º degrees, saturation: 0.82, 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 #9713BE is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 19 190 -
CMYK 0.21 0.90 0 0.25
HSL 286.32º 0.82% 0.41% -
HSV(B) 286.32º 0.9% 0.75% -
XYZ 22.29 10.76 49.62 -
YUV 77.96 191.23 180.1 -
System Red Green Blue C M Y K H S L
Decimal 151 19 190 0.21 0.90 0 0.25 286.32 0.82 0.41
Hex 97 13 BE 15 5A 0 19 11E 52 29
Octal 227 23 276 25 132 0 31 436 122 51
Binary 10010111 10011 10111110 10101 1011010 0 11001 100011110 1010010 101001

Color Harmonies of #9713BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9713BE

Black with #9713BE

Text Example


Text Example

White with #9713BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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