Html Css Color HEX #996094 Violet Blue

📋 copy color: '#996094'

red 153 ◦ green 96 ◦ blue 148

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

Shades of Violet Blue #996094

Tints of Violet Blue #996094

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.18%

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

R = 38.54%
G = 24.18%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#996094 (or 0x996094) is known color: Violet Blue. HEX triplet: 99, 60 and 94. RGB value is (153,96,148). Sum of RGB (Red+Green+Blue) = 153+96+148=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #996094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996094 is #669F6B. Grayscale: #767676. Windows color (decimal): -6725484 or 9724057. OLE color: 9724057.

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

Color convert

RGB 153 96 148 -
CMYK 0 0.37 0.03 0.4
HSL 305.26º 0.23% 0.49% -
HSV(B) 305.26º 0.37% 0.6% -
XYZ 22.67 17.28 30.16 -
YUV 118.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 153 96 148 0 0.37 0.03 0.4 305.26 0.23 0.49
Hex 99 60 94 0 25 3 28 131 17 31
Octal 231 140 224 0 45 3 50 461 27 61
Binary 10011001 1100000 10010100 0 100101 11 101000 100110001 10111 110001

Color Harmonies of #996094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996094

Black with #996094

Text Example


Text Example

White with #996094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996094; }

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

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

background-color css

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

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

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

border-color css

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

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

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