Html Css Color HEX #975FA5 Violet Blue

📋 copy color: '#975FA5'

red 151 ◦ green 95 ◦ blue 165

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

Shades of Violet Blue #975FA5

Tints of Violet Blue #975FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.15%

R = 36.74%
G = 23.11%
B = 40.15%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#975FA5 (or 0x975FA5) is known color: Violet Blue. HEX triplet: 97, 5F and A5. RGB value is (151,95,165). Sum of RGB (Red+Green+Blue) = 151+95+165=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 165 - color contains mainly: blue. Hex color #975FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975FA5 is #68A05A. Grayscale: #777777. Windows color (decimal): -6856795 or 10837911. OLE color: 10837911.

HSL color Cylindrical-coordinate representation of color #975FA5: hue angle of 288º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #975FA5 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 151 95 165 -
CMYK 0.08 0.42 0 0.35
HSL 288º 0.28% 0.51% -
HSV(B) 288º 0.42% 0.65% -
XYZ 23.65 17.48 37.73 -
YUV 119.72 153.55 150.31 -
System Red Green Blue C M Y K H S L
Decimal 151 95 165 0.08 0.42 0 0.35 288 0.28 0.51
Hex 97 5F A5 8 2A 0 23 120 1C 33
Octal 227 137 245 10 52 0 43 440 34 63
Binary 10010111 1011111 10100101 1000 101010 0 100011 100100000 11100 110011

Color Harmonies of #975FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975FA5

Black with #975FA5

Text Example


Text Example

White with #975FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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