Html Css Color HEX #975195 Violet Blue

📋 copy color: '#975195'

red 151 ◦ green 81 ◦ blue 149

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

Shades of Violet Blue #975195

Tints of Violet Blue #975195

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.26%

 BLUE value IS 149 (58.59% from 255) = 39.11%

R = 39.63%
G = 21.26%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#975195 (or 0x975195) is known color: Violet Blue. HEX triplet: 97, 51 and 95. RGB value is (151,81,149). Sum of RGB (Red+Green+Blue) = 151+81+149=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 151 - color contains mainly: red. Hex color #975195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975195 is #68AE6A. Grayscale: #6D6D6D. Windows color (decimal): -6860395 or 9785751. OLE color: 9785751.

HSL color Cylindrical-coordinate representation of color #975195: hue angle of 301.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #975195 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 81 149 -
CMYK 0 0.46 0.01 0.41
HSL 301.71º 0.3% 0.45% -
HSV(B) 301.71º 0.46% 0.59% -
XYZ 21.13 14.63 30.14 -
YUV 109.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 151 81 149 0 0.46 0.01 0.41 301.71 0.3 0.45
Hex 97 51 95 0 2E 1 29 12E 1E 2D
Octal 227 121 225 0 56 1 51 456 36 55
Binary 10010111 1010001 10010101 0 101110 1 101001 100101110 11110 101101

Color Harmonies of #975195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975195

Black with #975195

Text Example


Text Example

White with #975195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975195; }

 p { color: rgb(151,81,149); }

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

background-color css

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

 a { background-color: rgb(151,81,149); }

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

border-color css

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

 span { border-color: rgb(151,81,149); }

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