Html Css Color HEX #946196 Violet Blue

📋 copy color: '#946196'

red 148 ◦ green 97 ◦ blue 150

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

Shades of Violet Blue #946196

Tints of Violet Blue #946196

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.56%

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

R = 37.47%
G = 24.56%
B = 37.97%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#946196 (or 0x946196) is known color: Violet Blue. HEX triplet: 94, 61 and 96. RGB value is (148,97,150). Sum of RGB (Red+Green+Blue) = 148+97+150=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 150 - color contains mainly: blue. Hex color #946196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946196 is #6B9E69. Grayscale: #767676. Windows color (decimal): -7052906 or 9855380. OLE color: 9855380.

HSL color Cylindrical-coordinate representation of color #946196: hue angle of 297.74º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #946196 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 97 150 -
CMYK 0.01 0.35 0 0.41
HSL 297.74º 0.21% 0.48% -
HSV(B) 297.74º 0.35% 0.59% -
XYZ 21.99 17.05 30.99 -
YUV 118.29 145.9 149.19 -
System Red Green Blue C M Y K H S L
Decimal 148 97 150 0.01 0.35 0 0.41 297.74 0.21 0.48
Hex 94 61 96 1 23 0 29 12A 15 30
Octal 224 141 226 1 43 0 51 452 25 60
Binary 10010100 1100001 10010110 1 100011 0 101001 100101010 10101 110000

Color Harmonies of #946196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946196

Black with #946196

Text Example


Text Example

White with #946196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946196; }

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

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

background-color css

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

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

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

border-color css

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

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

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