Html Css Color HEX #975C96 Violet Blue

📋 copy color: '#975C96'

red 151 ◦ green 92 ◦ blue 150

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

Shades of Violet Blue #975C96

Tints of Violet Blue #975C96

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.41%

 BLUE value IS 150 (58.98% from 255) = 38.17%

R = 38.42%
G = 23.41%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#975C96 (or 0x975C96) is known color: Violet Blue. HEX triplet: 97, 5C and 96. RGB value is (151,92,150). Sum of RGB (Red+Green+Blue) = 151+92+150=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 151 - color contains mainly: red. Hex color #975C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975C96 is #68A369. Grayscale: #747474. Windows color (decimal): -6857578 or 9854103. OLE color: 9854103.

HSL color Cylindrical-coordinate representation of color #975C96: hue angle of 301.02º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #975C96 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 92 150 -
CMYK 0 0.39 0.01 0.41
HSL 301.02º 0.24% 0.48% -
HSV(B) 301.02º 0.39% 0.59% -
XYZ 22.09 16.44 30.86 -
YUV 116.25 147.05 152.78 -
System Red Green Blue C M Y K H S L
Decimal 151 92 150 0 0.39 0.01 0.41 301.02 0.24 0.48
Hex 97 5C 96 0 27 1 29 12D 18 30
Octal 227 134 226 0 47 1 51 455 30 60
Binary 10010111 1011100 10010110 0 100111 1 101001 100101101 11000 110000

Color Harmonies of #975C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975C96

Black with #975C96

Text Example


Text Example

White with #975C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,92,150); }

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

background-color css

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

 a { background-color: rgb(151,92,150); }

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

border-color css

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

 span { border-color: rgb(151,92,150); }

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