Html Css Color HEX #946699 Violet Blue

📋 copy color: '#946699'

red 148 ◦ green 102 ◦ blue 153

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

Shades of Violet Blue #946699

Tints of Violet Blue #946699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.31%

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

R = 36.72%
G = 25.31%
B = 37.97%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#946699 (or 0x946699) is known color: Violet Blue. HEX triplet: 94, 66 and 99. RGB value is (148,102,153). Sum of RGB (Red+Green+Blue) = 148+102+153=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #946699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946699 is #6B9966. Grayscale: #797979. Windows color (decimal): -7051623 or 10053268. OLE color: 10053268.

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

Color convert

RGB 148 102 153 -
CMYK 0.03 0.33 0 0.4
HSL 294.12º 0.2% 0.5% -
HSV(B) 294.12º 0.33% 0.6% -
XYZ 22.71 18.1 32.43 -
YUV 121.57 145.74 146.85 -
System Red Green Blue C M Y K H S L
Decimal 148 102 153 0.03 0.33 0 0.4 294.12 0.2 0.5
Hex 94 66 99 3 21 0 28 126 14 32
Octal 224 146 231 3 41 0 50 446 24 62
Binary 10010100 1100110 10011001 11 100001 0 101000 100100110 10100 110010

Color Harmonies of #946699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946699

Black with #946699

Text Example


Text Example

White with #946699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946699; }

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

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

background-color css

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

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

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

border-color css

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

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

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