Html Css Color HEX #9707B3 Dark Violet

📋 copy color: '#9707B3'

red 151 ◦ green 7 ◦ blue 179

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

Shades of Dark Violet #9707B3

Tints of Dark Violet #9707B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 53.12%

R = 44.81%
G = 2.08%
B = 53.12%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9707B3 (or 0x9707B3) is known color: Dark Violet. HEX triplet: 97, 07 and B3. RGB value is (151,7,179). Sum of RGB (Red+Green+Blue) = 151+7+179=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 179 (70.31% from 255 or 53.12% from 337); Max value from RGB is 179 - color contains mainly: blue. Hex color #9707B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9707B3 is #68F84C. Grayscale: #454545. Windows color (decimal): -6879309 or 11732887. OLE color: 11732887.

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

Color convert

RGB 151 7 179 -
CMYK 0.16 0.96 0 0.30
HSL 290.23º 0.92% 0.36% -
HSV(B) 290.23º 0.96% 0.7% -
XYZ 20.98 9.99 43.47 -
YUV 69.66 189.71 186.01 -
System Red Green Blue C M Y K H S L
Decimal 151 7 179 0.16 0.96 0 0.30 290.23 0.92 0.36
Hex 97 7 B3 10 60 0 1E 122 5C 24
Octal 227 7 263 20 140 0 36 442 134 44
Binary 10010111 111 10110011 10000 1100000 0 11110 100100010 1011100 100100

Color Harmonies of #9707B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9707B3

Black with #9707B3

Text Example


Text Example

White with #9707B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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