Html Css Color HEX #9701BD Dark Violet

📋 copy color: '#9701BD'

red 151 ◦ green 1 ◦ blue 189

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

Shades of Dark Violet #9701BD

Tints of Dark Violet #9701BD

RGB

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

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

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

R = 44.28%
G = 0.29%
B = 55.43%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9701BD (or 0x9701BD) is known color: Dark Violet. HEX triplet: 97, 01 and BD. RGB value is (151,1,189). Sum of RGB (Red+Green+Blue) = 151+1+189=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #9701BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9701BD is #68FE42. Grayscale: #424242. Windows color (decimal): -6880835 or 12386711. OLE color: 12386711.

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

Color convert

RGB 151 1 189 -
CMYK 0.20 0.99 0 0.26
HSL 287.87º 0.99% 0.37% -
HSV(B) 287.87º 0.99% 0.74% -
XYZ 21.96 10.28 48.97 -
YUV 67.28 196.7 187.71 -
System Red Green Blue C M Y K H S L
Decimal 151 1 189 0.20 0.99 0 0.26 287.87 0.99 0.37
Hex 97 1 BD 14 63 0 1A 120 63 25
Octal 227 1 275 24 143 0 32 440 143 45
Binary 10010111 1 10111101 10100 1100011 0 11010 100100000 1100011 100101

Color Harmonies of #9701BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9701BD

Black with #9701BD

Text Example


Text Example

White with #9701BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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