Html Css Color HEX #997095 Violet Blue

📋 copy color: '#997095'

red 153 ◦ green 112 ◦ blue 149

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

Shades of Violet Blue #997095

Tints of Violet Blue #997095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.05%

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

R = 36.96%
G = 27.05%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#997095 (or 0x997095) is known color: Violet Blue. HEX triplet: 99, 70 and 95. RGB value is (153,112,149). Sum of RGB (Red+Green+Blue) = 153+112+149=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #997095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997095 is #668F6A. Grayscale: #808080. Windows color (decimal): -6721387 or 9793689. OLE color: 9793689.

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

Color convert

RGB 153 112 149 -
CMYK 0 0.27 0.03 0.4
HSL 305.85º 0.17% 0.52% -
HSV(B) 305.85º 0.27% 0.6% -
XYZ 24.36 20.53 31.11 -
YUV 128.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 153 112 149 0 0.27 0.03 0.4 305.85 0.17 0.52
Hex 99 70 95 0 1B 3 28 132 11 34
Octal 231 160 225 0 33 3 50 462 21 64
Binary 10011001 1110000 10010101 0 11011 11 101000 100110010 10001 110100

Color Harmonies of #997095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997095

Black with #997095

Text Example


Text Example

White with #997095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997095; }

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

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

background-color css

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

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

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

border-color css

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

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

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