Html Css Color HEX #997295 Violet Blue

📋 copy color: '#997295'

red 153 ◦ green 114 ◦ blue 149

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

Shades of Violet Blue #997295

Tints of Violet Blue #997295

RGB

 RED value IS 153 (60.16% from 255) = 36.78%

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

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

R = 36.78%
G = 27.4%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#997295 (or 0x997295) is known color: Violet Blue. HEX triplet: 99, 72 and 95. RGB value is (153,114,149). Sum of RGB (Red+Green+Blue) = 153+114+149=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 153 - color contains mainly: red. Hex color #997295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997295 is #668D6A. Grayscale: #818181. Windows color (decimal): -6720875 or 9794201. OLE color: 9794201.

HSL color Cylindrical-coordinate representation of color #997295: hue angle of 306.15º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997295 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 149 -
CMYK 0 0.25 0.03 0.4
HSL 306.15º 0.16% 0.52% -
HSV(B) 306.15º 0.25% 0.6% -
XYZ 24.58 20.98 31.19 -
YUV 129.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 153 114 149 0 0.25 0.03 0.4 306.15 0.16 0.52
Hex 99 72 95 0 19 3 28 132 10 34
Octal 231 162 225 0 31 3 50 462 20 64
Binary 10011001 1110010 10010101 0 11001 11 101000 100110010 10000 110100

Color Harmonies of #997295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997295

Black with #997295

Text Example


Text Example

White with #997295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997295; }

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

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

background-color css

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

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

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

border-color css

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

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

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