Html Css Color HEX #975FA0 Violet Blue

📋 copy color: '#975FA0'

red 151 ◦ green 95 ◦ blue 160

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

Shades of Violet Blue #975FA0

Tints of Violet Blue #975FA0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.4%

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

R = 37.19%
G = 23.4%
B = 39.41%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#975FA0 (or 0x975FA0) is known color: Violet Blue. HEX triplet: 97, 5F and A0. RGB value is (151,95,160). Sum of RGB (Red+Green+Blue) = 151+95+160=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 160 - color contains mainly: blue. Hex color #975FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975FA0 is #68A05F. Grayscale: #767676. Windows color (decimal): -6856800 or 10510231. OLE color: 10510231.

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

Color convert

RGB 151 95 160 -
CMYK 0.06 0.41 0 0.37
HSL 291.69º 0.25% 0.5% -
HSV(B) 291.69º 0.41% 0.63% -
XYZ 23.2 17.3 35.37 -
YUV 119.15 151.05 150.71 -
System Red Green Blue C M Y K H S L
Decimal 151 95 160 0.06 0.41 0 0.37 291.69 0.25 0.5
Hex 97 5F A0 6 29 0 25 124 19 32
Octal 227 137 240 6 51 0 45 444 31 62
Binary 10010111 1011111 10100000 110 101001 0 100101 100100100 11001 110010

Color Harmonies of #975FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975FA0

Black with #975FA0

Text Example


Text Example

White with #975FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975FA0; }

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

 H1.HeaderClassName
 {
   color: #975FA0;
 }
 .AnyTagClassName
 {
   color: #975FA0;
 }
</style>

background-color css

<style>
 a { background-color: #975FA0; }

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

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

border-color css

<style>
 span { border-color: #975FA0; }

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

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