Html Css Color HEX #996295 Violet Blue

📋 copy color: '#996295'

red 153 ◦ green 98 ◦ blue 149

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

Shades of Violet Blue #996295

Tints of Violet Blue #996295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.5%

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

R = 38.25%
G = 24.5%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#996295 (or 0x996295) is known color: Violet Blue. HEX triplet: 99, 62 and 95. RGB value is (153,98,149). Sum of RGB (Red+Green+Blue) = 153+98+149=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #996295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996295 is #669D6A. Grayscale: #787878. Windows color (decimal): -6724971 or 9790105. OLE color: 9790105.

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

Color convert

RGB 153 98 149 -
CMYK 0 0.36 0.03 0.4
HSL 304.36º 0.22% 0.49% -
HSV(B) 304.36º 0.36% 0.6% -
XYZ 22.93 17.68 30.64 -
YUV 120.26 144.22 151.35 -
System Red Green Blue C M Y K H S L
Decimal 153 98 149 0 0.36 0.03 0.4 304.36 0.22 0.49
Hex 99 62 95 0 24 3 28 130 16 31
Octal 231 142 225 0 44 3 50 460 26 61
Binary 10011001 1100010 10010101 0 100100 11 101000 100110000 10110 110001

Color Harmonies of #996295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996295

Black with #996295

Text Example


Text Example

White with #996295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996295; }

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

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

background-color css

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

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

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

border-color css

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

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

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