Html Css Color HEX #996292 Violet Blue

📋 copy color: '#996292'

red 153 ◦ green 98 ◦ blue 146

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

Shades of Violet Blue #996292

Tints of Violet Blue #996292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.78%

R = 38.54%
G = 24.69%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#996292 (or 0x996292) is known color: Violet Blue. HEX triplet: 99, 62 and 92. RGB value is (153,98,146). Sum of RGB (Red+Green+Blue) = 153+98+146=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #996292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996292 is #669D6D. Grayscale: #777777. Windows color (decimal): -6724974 or 9593497. OLE color: 9593497.

HSL color Cylindrical-coordinate representation of color #996292: hue angle of 307.64º 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 #996292 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 98 146 -
CMYK 0 0.36 0.05 0.4
HSL 307.64º 0.22% 0.49% -
HSV(B) 307.64º 0.36% 0.6% -
XYZ 22.69 17.58 29.39 -
YUV 119.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 153 98 146 0 0.36 0.05 0.4 307.64 0.22 0.49
Hex 99 62 92 0 24 5 28 134 16 31
Octal 231 142 222 0 44 5 50 464 26 61
Binary 10011001 1100010 10010010 0 100100 101 101000 100110100 10110 110001

Color Harmonies of #996292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996292

Black with #996292

Text Example


Text Example

White with #996292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996292; }

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

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

background-color css

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

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

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

border-color css

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

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

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