Html Css Color HEX #975089 Violet Blue

📋 copy color: '#975089'

red 151 ◦ green 80 ◦ blue 137

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

Shades of Violet Blue #975089

Tints of Violet Blue #975089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.74%

 BLUE value IS 137 (53.91% from 255) = 37.23%

R = 41.03%
G = 21.74%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#975089 (or 0x975089) is known color: Violet Blue. HEX triplet: 97, 50 and 89. RGB value is (151,80,137). Sum of RGB (Red+Green+Blue) = 151+80+137=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #975089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975089 is #68AF76. Grayscale: #6B6B6B. Windows color (decimal): -6860663 or 8999063. OLE color: 8999063.

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

Color convert

RGB 151 80 137 -
CMYK 0 0.47 0.09 0.41
HSL 311.83º 0.31% 0.45% -
HSV(B) 311.83º 0.47% 0.59% -
XYZ 20.15 14.12 25.33 -
YUV 107.73 144.52 158.87 -
System Red Green Blue C M Y K H S L
Decimal 151 80 137 0 0.47 0.09 0.41 311.83 0.31 0.45
Hex 97 50 89 0 2F 9 29 138 1F 2D
Octal 227 120 211 0 57 11 51 470 37 55
Binary 10010111 1010000 10001001 0 101111 1001 101001 100111000 11111 101101

Color Harmonies of #975089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975089

Black with #975089

Text Example


Text Example

White with #975089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975089; }

 p { color: rgb(151,80,137); }

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

background-color css

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

 a { background-color: rgb(151,80,137); }

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

border-color css

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

 span { border-color: rgb(151,80,137); }

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