Html Css Color HEX #9701AF Dark Violet

📋 copy color: '#9701AF'

red 151 ◦ green 1 ◦ blue 175

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

Shades of Dark Violet #9701AF

Tints of Dark Violet #9701AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.52%

R = 46.18%
G = 0.31%
B = 53.52%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9701AF (or 0x9701AF) is known color: Dark Violet. HEX triplet: 97, 01 and AF. RGB value is (151,1,175). Sum of RGB (Red+Green+Blue) = 151+1+175=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #9701AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9701AF is #68FE50. Grayscale: #414141. Windows color (decimal): -6880849 or 11469207. OLE color: 11469207.

HSL color Cylindrical-coordinate representation of color #9701AF: hue angle of 291.72º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9701AF is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 151 1 175 -
CMYK 0.14 0.99 0 0.31
HSL 291.72º 0.99% 0.35% -
HSV(B) 291.72º 0.99% 0.69% -
XYZ 20.51 9.7 41.35 -
YUV 65.69 189.7 188.85 -
System Red Green Blue C M Y K H S L
Decimal 151 1 175 0.14 0.99 0 0.31 291.72 0.99 0.35
Hex 97 1 AF E 63 0 1F 124 63 23
Octal 227 1 257 16 143 0 37 444 143 43
Binary 10010111 1 10101111 1110 1100011 0 11111 100100100 1100011 100011

Color Harmonies of #9701AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9701AF

Black with #9701AF

Text Example


Text Example

White with #9701AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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