Html Css Color HEX #977295 Violet Blue

📋 copy color: '#977295'

red 151 ◦ green 114 ◦ blue 149

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

Shades of Violet Blue #977295

Tints of Violet Blue #977295

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.54%

 BLUE value IS 149 (58.59% from 255) = 35.99%

R = 36.47%
G = 27.54%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#977295 (or 0x977295) is known color: Violet Blue. HEX triplet: 97, 72 and 95. RGB value is (151,114,149). Sum of RGB (Red+Green+Blue) = 151+114+149=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 151 - color contains mainly: red. Hex color #977295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977295 is #688D6A. Grayscale: #808080. Windows color (decimal): -6851947 or 9794199. OLE color: 9794199.

HSL color Cylindrical-coordinate representation of color #977295: hue angle of 303.24º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #977295 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 114 149 -
CMYK 0 0.25 0.01 0.41
HSL 303.24º 0.15% 0.52% -
HSV(B) 303.24º 0.25% 0.59% -
XYZ 24.2 20.78 31.17 -
YUV 129.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 151 114 149 0 0.25 0.01 0.41 303.24 0.15 0.52
Hex 97 72 95 0 19 1 29 12F F 34
Octal 227 162 225 0 31 1 51 457 17 64
Binary 10010111 1110010 10010101 0 11001 1 101001 100101111 1111 110100

Color Harmonies of #977295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977295

Black with #977295

Text Example


Text Example

White with #977295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977295; }

 p { color: rgb(151,114,149); }

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

background-color css

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

 a { background-color: rgb(151,114,149); }

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

border-color css

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

 span { border-color: rgb(151,114,149); }

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