Html Css Color HEX #996894 Violet Blue

📋 copy color: '#996894'

red 153 ◦ green 104 ◦ blue 148

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

Shades of Violet Blue #996894

Tints of Violet Blue #996894

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.68%

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

R = 37.78%
G = 25.68%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#996894 (or 0x996894) is known color: Violet Blue. HEX triplet: 99, 68 and 94. RGB value is (153,104,148). Sum of RGB (Red+Green+Blue) = 153+104+148=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #996894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996894 is #66976B. Grayscale: #7B7B7B. Windows color (decimal): -6723436 or 9726105. OLE color: 9726105.

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

Color convert

RGB 153 104 148 -
CMYK 0 0.32 0.03 0.4
HSL 306.12º 0.19% 0.5% -
HSV(B) 306.12º 0.32% 0.6% -
XYZ 23.43 18.81 30.41 -
YUV 123.67 141.73 148.92 -
System Red Green Blue C M Y K H S L
Decimal 153 104 148 0 0.32 0.03 0.4 306.12 0.19 0.5
Hex 99 68 94 0 20 3 28 132 13 32
Octal 231 150 224 0 40 3 50 462 23 62
Binary 10011001 1101000 10010100 0 100000 11 101000 100110010 10011 110010

Color Harmonies of #996894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996894

Black with #996894

Text Example


Text Example

White with #996894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996894; }

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

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

background-color css

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

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

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

border-color css

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

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

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