Html Css Color HEX #9601BF Dark Violet

📋 copy color: '#9601BF'

red 150 ◦ green 1 ◦ blue 191

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

Shades of Dark Violet #9601BF

Tints of Dark Violet #9601BF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 43.86%
G = 0.29%
B = 55.85%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9601BF (or 0x9601BF) is known color: Dark Violet. HEX triplet: 96, 01 and BF. RGB value is (150,1,191). Sum of RGB (Red+Green+Blue) = 150+1+191=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #9601BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9601BF is #69FE40. Grayscale: #424242. Windows color (decimal): -6946369 or 12517782. OLE color: 12517782.

HSL color Cylindrical-coordinate representation of color #9601BF: hue angle of 287.05º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9601BF is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 1 191 -
CMYK 0.21 0.99 0 0.25
HSL 287.05º 0.99% 0.38% -
HSV(B) 287.05º 0.99% 0.75% -
XYZ 21.99 10.27 50.11 -
YUV 67.21 197.86 187.05 -
System Red Green Blue C M Y K H S L
Decimal 150 1 191 0.21 0.99 0 0.25 287.05 0.99 0.38
Hex 96 1 BF 15 63 0 19 11F 63 26
Octal 226 1 277 25 143 0 31 437 143 46
Binary 10010110 1 10111111 10101 1100011 0 11001 100011111 1100011 100110

Color Harmonies of #9601BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9601BF

Black with #9601BF

Text Example


Text Example

White with #9601BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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