Html Css Color HEX #997194 Violet Blue

📋 copy color: '#997194'

red 153 ◦ green 113 ◦ blue 148

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

Shades of Violet Blue #997194

Tints of Violet Blue #997194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.29%

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

R = 36.96%
G = 27.29%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#997194 (or 0x997194) is known color: Violet Blue. HEX triplet: 99, 71 and 94. RGB value is (153,113,148). Sum of RGB (Red+Green+Blue) = 153+113+148=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #997194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997194 is #668E6B. Grayscale: #808080. Windows color (decimal): -6721132 or 9728409. OLE color: 9728409.

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

Color convert

RGB 153 113 148 -
CMYK 0 0.26 0.03 0.4
HSL 307.5º 0.16% 0.52% -
HSV(B) 307.5º 0.26% 0.6% -
XYZ 24.39 20.72 30.73 -
YUV 128.95 138.75 145.15 -
System Red Green Blue C M Y K H S L
Decimal 153 113 148 0 0.26 0.03 0.4 307.5 0.16 0.52
Hex 99 71 94 0 1A 3 28 134 10 34
Octal 231 161 224 0 32 3 50 464 20 64
Binary 10011001 1110001 10010100 0 11010 11 101000 100110100 10000 110100

Color Harmonies of #997194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997194

Black with #997194

Text Example


Text Example

White with #997194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997194; }

 p { color: rgb(153,113,148); }

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

background-color css

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

 a { background-color: rgb(153,113,148); }

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

border-color css

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

 span { border-color: rgb(153,113,148); }

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