Html Css Color HEX #9760A0 Violet Blue

📋 copy color: '#9760A0'

red 151 ◦ green 96 ◦ blue 160

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

Shades of Violet Blue #9760A0

Tints of Violet Blue #9760A0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.59%

 BLUE value IS 160 (62.89% from 255) = 39.31%

R = 37.1%
G = 23.59%
B = 39.31%

CMYK

 C value IS 0.06

 M value IS 0.4

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9760A0 (or 0x9760A0) is known color: Violet Blue. HEX triplet: 97, 60 and A0. RGB value is (151,96,160). Sum of RGB (Red+Green+Blue) = 151+96+160=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 160 - color contains mainly: blue. Hex color #9760A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9760A0 is #689F5F. Grayscale: #777777. Windows color (decimal): -6856544 or 10510487. OLE color: 10510487.

HSL color Cylindrical-coordinate representation of color #9760A0: hue angle of 291.56º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9760A0 is Cyan = 0.06, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 151 96 160 -
CMYK 0.06 0.4 0 0.37
HSL 291.56º 0.25% 0.5% -
HSV(B) 291.56º 0.4% 0.63% -
XYZ 23.29 17.48 35.4 -
YUV 119.74 150.72 150.3 -
System Red Green Blue C M Y K H S L
Decimal 151 96 160 0.06 0.4 0 0.37 291.56 0.25 0.5
Hex 97 60 A0 6 28 0 25 124 19 32
Octal 227 140 240 6 50 0 45 444 31 62
Binary 10010111 1100000 10100000 110 101000 0 100101 100100100 11001 110010

Color Harmonies of #9760A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9760A0

Black with #9760A0

Text Example


Text Example

White with #9760A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9760A0; }

 p { color: rgb(151,96,160); }

 H1.HeaderClassName
 {
   color: #9760A0;
 }
 .AnyTagClassName
 {
   color: #9760A0;
 }
</style>

background-color css

<style>
 a { background-color: #9760A0; }

 a { background-color: rgb(151,96,160); }

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

border-color css

<style>
 span { border-color: #9760A0; }

 span { border-color: rgb(151,96,160); }

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