Html Css Color HEX #975290 Violet Blue

📋 copy color: '#975290'

red 151 ◦ green 82 ◦ blue 144

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

Shades of Violet Blue #975290

Tints of Violet Blue #975290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.75%

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

R = 40.05%
G = 21.75%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#975290 (or 0x975290) is known color: Violet Blue. HEX triplet: 97, 52 and 90. RGB value is (151,82,144). Sum of RGB (Red+Green+Blue) = 151+82+144=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 151 - color contains mainly: red. Hex color #975290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975290 is #68AD6F. Grayscale: #6D6D6D. Windows color (decimal): -6860144 or 9458327. OLE color: 9458327.

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

Color convert

RGB 151 82 144 -
CMYK 0 0.46 0.05 0.41
HSL 306.09º 0.3% 0.46% -
HSV(B) 306.09º 0.46% 0.59% -
XYZ 20.81 14.63 28.11 -
YUV 109.7 147.36 157.46 -
System Red Green Blue C M Y K H S L
Decimal 151 82 144 0 0.46 0.05 0.41 306.09 0.3 0.46
Hex 97 52 90 0 2E 5 29 132 1E 2E
Octal 227 122 220 0 56 5 51 462 36 56
Binary 10010111 1010010 10010000 0 101110 101 101001 100110010 11110 101110

Color Harmonies of #975290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975290

Black with #975290

Text Example


Text Example

White with #975290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975290; }

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

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

background-color css

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

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

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

border-color css

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

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

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