Html Css Color HEX #975990 Violet Blue

📋 copy color: '#975990'

red 151 ◦ green 89 ◦ blue 144

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

Shades of Violet Blue #975990

Tints of Violet Blue #975990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.18%

 BLUE value IS 144 (56.64% from 255) = 37.5%

R = 39.32%
G = 23.18%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#975990 (or 0x975990) is known color: Violet Blue. HEX triplet: 97, 59 and 90. RGB value is (151,89,144). Sum of RGB (Red+Green+Blue) = 151+89+144=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 151 - color contains mainly: red. Hex color #975990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975990 is #68A66F. Grayscale: #717171. Windows color (decimal): -6858352 or 9460119. OLE color: 9460119.

HSL color Cylindrical-coordinate representation of color #975990: hue angle of 306.77º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #975990 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 89 144 -
CMYK 0 0.41 0.05 0.41
HSL 306.77º 0.26% 0.47% -
HSV(B) 306.77º 0.41% 0.59% -
XYZ 21.37 15.74 28.3 -
YUV 113.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 151 89 144 0 0.41 0.05 0.41 306.77 0.26 0.47
Hex 97 59 90 0 29 5 29 133 1A 2F
Octal 227 131 220 0 51 5 51 463 32 57
Binary 10010111 1011001 10010000 0 101001 101 101001 100110011 11010 101111

Color Harmonies of #975990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975990

Black with #975990

Text Example


Text Example

White with #975990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975990; }

 p { color: rgb(151,89,144); }

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

background-color css

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

 a { background-color: rgb(151,89,144); }

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

border-color css

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

 span { border-color: rgb(151,89,144); }

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