Html Css Color HEX #975490 Violet Blue

📋 copy color: '#975490'

red 151 ◦ green 84 ◦ blue 144

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

Shades of Violet Blue #975490

Tints of Violet Blue #975490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.16%

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

R = 39.84%
G = 22.16%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#975490 (or 0x975490) is known color: Violet Blue. HEX triplet: 97, 54 and 90. RGB value is (151,84,144). Sum of RGB (Red+Green+Blue) = 151+84+144=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 151 - color contains mainly: red. Hex color #975490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975490 is #68AB6F. Grayscale: #6E6E6E. Windows color (decimal): -6859632 or 9458839. OLE color: 9458839.

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

Color convert

RGB 151 84 144 -
CMYK 0 0.44 0.05 0.41
HSL 306.27º 0.29% 0.46% -
HSV(B) 306.27º 0.44% 0.59% -
XYZ 20.97 14.93 28.16 -
YUV 110.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 151 84 144 0 0.44 0.05 0.41 306.27 0.29 0.46
Hex 97 54 90 0 2C 5 29 132 1D 2E
Octal 227 124 220 0 54 5 51 462 35 56
Binary 10010111 1010100 10010000 0 101100 101 101001 100110010 11101 101110

Color Harmonies of #975490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975490

Black with #975490

Text Example


Text Example

White with #975490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975490; }

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

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

background-color css

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

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

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

border-color css

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

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

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