Html Css Color HEX #946999 Violet Blue

📋 copy color: '#946999'

red 148 ◦ green 105 ◦ blue 153

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

Shades of Violet Blue #946999

Tints of Violet Blue #946999

RGB

 RED value IS 148 (58.2% from 255) = 36.45%

 GREEN value IS 105 (41.41% from 255) = 25.86%

 BLUE value IS 153 (60.16% from 255) = 37.68%

R = 36.45%
G = 25.86%
B = 37.68%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#946999 (or 0x946999) is known color: Violet Blue. HEX triplet: 94, 69 and 99. RGB value is (148,105,153). Sum of RGB (Red+Green+Blue) = 148+105+153=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 153 - color contains mainly: blue. Hex color #946999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946999 is #6B9666. Grayscale: #7B7B7B. Windows color (decimal): -7050855 or 10054036. OLE color: 10054036.

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

Color convert

RGB 148 105 153 -
CMYK 0.03 0.31 0 0.4
HSL 293.75º 0.19% 0.51% -
HSV(B) 293.75º 0.31% 0.6% -
XYZ 23.01 18.7 32.53 -
YUV 123.33 144.75 145.6 -
System Red Green Blue C M Y K H S L
Decimal 148 105 153 0.03 0.31 0 0.4 293.75 0.19 0.51
Hex 94 69 99 3 1F 0 28 126 13 33
Octal 224 151 231 3 37 0 50 446 23 63
Binary 10010100 1101001 10011001 11 11111 0 101000 100100110 10011 110011

Color Harmonies of #946999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946999

Black with #946999

Text Example


Text Example

White with #946999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946999; }

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

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

background-color css

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

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

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

border-color css

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

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

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