Html Css Color HEX #975AA6 Violet Blue

📋 copy color: '#975AA6'

red 151 ◦ green 90 ◦ blue 166

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

Shades of Violet Blue #975AA6

Tints of Violet Blue #975AA6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.11%

 BLUE value IS 166 (65.23% from 255) = 40.79%

R = 37.1%
G = 22.11%
B = 40.79%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#975AA6 (or 0x975AA6) is known color: Violet Blue. HEX triplet: 97, 5A and A6. RGB value is (151,90,166). Sum of RGB (Red+Green+Blue) = 151+90+166=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 166 - color contains mainly: blue. Hex color #975AA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975AA6 is #68A559. Grayscale: #747474. Windows color (decimal): -6858074 or 10902167. OLE color: 10902167.

HSL color Cylindrical-coordinate representation of color #975AA6: hue angle of 288.16º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #975AA6 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 151 90 166 -
CMYK 0.09 0.46 0 0.35
HSL 288.16º 0.3% 0.5% -
HSV(B) 288.16º 0.46% 0.65% -
XYZ 23.3 16.64 38.06 -
YUV 116.9 155.71 152.32 -
System Red Green Blue C M Y K H S L
Decimal 151 90 166 0.09 0.46 0 0.35 288.16 0.3 0.5
Hex 97 5A A6 9 2E 0 23 120 1E 32
Octal 227 132 246 11 56 0 43 440 36 62
Binary 10010111 1011010 10100110 1001 101110 0 100011 100100000 11110 110010

Color Harmonies of #975AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975AA6

Black with #975AA6

Text Example


Text Example

White with #975AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,90,166); }

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

background-color css

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

 a { background-color: rgb(151,90,166); }

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

border-color css

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

 span { border-color: rgb(151,90,166); }

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