Html Css Color HEX #9613BF Dark Violet

📋 copy color: '#9613BF'

red 150 ◦ green 19 ◦ blue 191

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

Shades of Dark Violet #9613BF

Tints of Dark Violet #9613BF

RGB

 RED value IS 150 (58.98% from 255) = 41.67%

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

 BLUE value IS 191 (75% from 255) = 53.06%

R = 41.67%
G = 5.28%
B = 53.06%

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

#9613BF (or 0x9613BF) is known color: Dark Violet. HEX triplet: 96, 13 and BF. RGB value is (150,19,191). Sum of RGB (Red+Green+Blue) = 150+19+191=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #9613BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9613BF is #69EC40. Grayscale: #4D4D4D. Windows color (decimal): -6941761 or 12522390. OLE color: 12522390.

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

Color convert

RGB 150 19 191 -
CMYK 0.21 0.90 0 0.25
HSL 285.7º 0.82% 0.41% -
HSV(B) 285.7º 0.9% 0.75% -
XYZ 22.21 10.71 50.19 -
YUV 77.78 191.9 179.51 -
System Red Green Blue C M Y K H S L
Decimal 150 19 191 0.21 0.90 0 0.25 285.7 0.82 0.41
Hex 96 13 BF 15 5A 0 19 11E 52 29
Octal 226 23 277 25 132 0 31 436 122 51
Binary 10010110 10011 10111111 10101 1011010 0 11001 100011110 1010010 101001

Color Harmonies of #9613BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9613BF

Black with #9613BF

Text Example


Text Example

White with #9613BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9613BF; }

 p { color: rgb(150,19,191); }

 H1.HeaderClassName
 {
   color: #9613BF;
 }
 .AnyTagClassName
 {
   color: #9613BF;
 }
</style>

background-color css

<style>
 a { background-color: #9613BF; }

 a { background-color: rgb(150,19,191); }

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

border-color css

<style>
 span { border-color: #9613BF; }

 span { border-color: rgb(150,19,191); }

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