Html Css Color HEX #9701BF Dark Violet

📋 copy color: '#9701BF'

red 151 ◦ green 1 ◦ blue 191

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

Shades of Dark Violet #9701BF

Tints of Dark Violet #9701BF

RGB

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

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

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

R = 44.02%
G = 0.29%
B = 55.69%

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

#9701BF (or 0x9701BF) is known color: Dark Violet. HEX triplet: 97, 01 and BF. RGB value is (151,1,191). Sum of RGB (Red+Green+Blue) = 151+1+191=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #9701BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9701BF is #68FE40. Grayscale: #424242. Windows color (decimal): -6880833 or 12517783. OLE color: 12517783.

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

Color convert

RGB 151 1 191 -
CMYK 0.21 0.99 0 0.25
HSL 287.37º 0.99% 0.38% -
HSV(B) 287.37º 0.99% 0.75% -
XYZ 22.18 10.36 50.12 -
YUV 67.51 197.7 187.55 -
System Red Green Blue C M Y K H S L
Decimal 151 1 191 0.21 0.99 0 0.25 287.37 0.99 0.38
Hex 97 1 BF 15 63 0 19 11F 63 26
Octal 227 1 277 25 143 0 31 437 143 46
Binary 10010111 1 10111111 10101 1100011 0 11001 100011111 1100011 100110

Color Harmonies of #9701BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9701BF

Black with #9701BF

Text Example


Text Example

White with #9701BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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