Html Css Color HEX #9707AF Dark Violet

📋 copy color: '#9707AF'

red 151 ◦ green 7 ◦ blue 175

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

Shades of Dark Violet #9707AF

Tints of Dark Violet #9707AF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.1%

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

R = 45.35%
G = 2.1%
B = 52.55%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9707AF (or 0x9707AF) is known color: Dark Violet. HEX triplet: 97, 07 and AF. RGB value is (151,7,175). Sum of RGB (Red+Green+Blue) = 151+7+175=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #9707AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9707AF is #68F850. Grayscale: #444444. Windows color (decimal): -6879313 or 11470743. OLE color: 11470743.

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

Color convert

RGB 151 7 175 -
CMYK 0.14 0.96 0 0.31
HSL 291.43º 0.92% 0.36% -
HSV(B) 291.43º 0.96% 0.69% -
XYZ 20.58 9.83 41.37 -
YUV 69.21 187.71 186.34 -
System Red Green Blue C M Y K H S L
Decimal 151 7 175 0.14 0.96 0 0.31 291.43 0.92 0.36
Hex 97 7 AF E 60 0 1F 123 5C 24
Octal 227 7 257 16 140 0 37 443 134 44
Binary 10010111 111 10101111 1110 1100000 0 11111 100100011 1011100 100100

Color Harmonies of #9707AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9707AF

Black with #9707AF

Text Example


Text Example

White with #9707AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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