Html Css Color HEX #946996 Violet Blue

📋 copy color: '#946996'

red 148 ◦ green 105 ◦ blue 150

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

Shades of Violet Blue #946996

Tints of Violet Blue #946996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.22%

R = 36.72%
G = 26.05%
B = 37.22%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#946996 (or 0x946996) is known color: Violet Blue. HEX triplet: 94, 69 and 96. RGB value is (148,105,150). Sum of RGB (Red+Green+Blue) = 148+105+150=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 150 - color contains mainly: blue. Hex color #946996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946996 is #6B9669. Grayscale: #7A7A7A. Windows color (decimal): -7050858 or 9857428. OLE color: 9857428.

HSL color Cylindrical-coordinate representation of color #946996: hue angle of 297.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946996 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 105 150 -
CMYK 0.01 0.30 0 0.41
HSL 297.33º 0.18% 0.5% -
HSV(B) 297.33º 0.3% 0.59% -
XYZ 22.77 18.6 31.24 -
YUV 122.99 143.25 145.84 -
System Red Green Blue C M Y K H S L
Decimal 148 105 150 0.01 0.30 0 0.41 297.33 0.18 0.5
Hex 94 69 96 1 1E 0 29 129 12 32
Octal 224 151 226 1 36 0 51 451 22 62
Binary 10010100 1101001 10010110 1 11110 0 101001 100101001 10010 110010

Color Harmonies of #946996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946996

Black with #946996

Text Example


Text Example

White with #946996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946996; }

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

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

background-color css

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

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

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

border-color css

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

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

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