Html Css Color HEX #975390 Violet Blue

📋 copy color: '#975390'

red 151 ◦ green 83 ◦ blue 144

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

Shades of Violet Blue #975390

Tints of Violet Blue #975390

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.96%

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

R = 39.95%
G = 21.96%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#975390 (or 0x975390) is known color: Violet Blue. HEX triplet: 97, 53 and 90. RGB value is (151,83,144). Sum of RGB (Red+Green+Blue) = 151+83+144=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 151 - color contains mainly: red. Hex color #975390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975390 is #68AC6F. Grayscale: #6E6E6E. Windows color (decimal): -6859888 or 9458583. OLE color: 9458583.

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

Color convert

RGB 151 83 144 -
CMYK 0 0.45 0.05 0.41
HSL 306.18º 0.29% 0.46% -
HSV(B) 306.18º 0.45% 0.59% -
XYZ 20.89 14.78 28.14 -
YUV 110.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 151 83 144 0 0.45 0.05 0.41 306.18 0.29 0.46
Hex 97 53 90 0 2D 5 29 132 1D 2E
Octal 227 123 220 0 55 5 51 462 35 56
Binary 10010111 1010011 10010000 0 101101 101 101001 100110010 11101 101110

Color Harmonies of #975390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975390

Black with #975390

Text Example


Text Example

White with #975390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975390; }

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

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

background-color css

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

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

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

border-color css

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

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

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