Html Css Color HEX #975594 Violet Blue

📋 copy color: '#975594'

red 151 ◦ green 85 ◦ blue 148

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

Shades of Violet Blue #975594

Tints of Violet Blue #975594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.14%

 BLUE value IS 148 (58.2% from 255) = 38.54%

R = 39.32%
G = 22.14%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#975594 (or 0x975594) is known color: Violet Blue. HEX triplet: 97, 55 and 94. RGB value is (151,85,148). Sum of RGB (Red+Green+Blue) = 151+85+148=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 151 - color contains mainly: red. Hex color #975594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975594 is #68AA6B. Grayscale: #6F6F6F. Windows color (decimal): -6859372 or 9721239. OLE color: 9721239.

HSL color Cylindrical-coordinate representation of color #975594: hue angle of 302.73º degrees, saturation: 0.28, 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 #975594 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 85 148 -
CMYK 0 0.44 0.02 0.41
HSL 302.73º 0.28% 0.46% -
HSV(B) 302.73º 0.44% 0.59% -
XYZ 21.36 15.21 29.83 -
YUV 111.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 151 85 148 0 0.44 0.02 0.41 302.73 0.28 0.46
Hex 97 55 94 0 2C 2 29 12F 1C 2E
Octal 227 125 224 0 54 2 51 457 34 56
Binary 10010111 1010101 10010100 0 101100 10 101001 100101111 11100 101110

Color Harmonies of #975594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975594

Black with #975594

Text Example


Text Example

White with #975594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975594; }

 p { color: rgb(151,85,148); }

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

background-color css

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

 a { background-color: rgb(151,85,148); }

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

border-color css

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

 span { border-color: rgb(151,85,148); }

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