Html Css Color HEX #955494 Violet Blue

📋 copy color: '#955494'

red 149 ◦ green 84 ◦ blue 148

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

Shades of Violet Blue #955494

Tints of Violet Blue #955494

RGB

 RED value IS 149 (58.59% from 255) = 39.11%

 GREEN value IS 84 (33.2% from 255) = 22.05%

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

R = 39.11%
G = 22.05%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#955494 (or 0x955494) is known color: Violet Blue. HEX triplet: 95, 54 and 94. RGB value is (149,84,148). Sum of RGB (Red+Green+Blue) = 149+84+148=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #955494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955494 is #6AAB6B. Grayscale: #6E6E6E. Windows color (decimal): -6990700 or 9720981. OLE color: 9720981.

HSL color Cylindrical-coordinate representation of color #955494: hue angle of 300.92º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955494 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 84 148 -
CMYK 0 0.44 0.01 0.42
HSL 300.92º 0.28% 0.46% -
HSV(B) 300.92º 0.44% 0.58% -
XYZ 20.91 14.87 29.78 -
YUV 110.73 149.03 155.3 -
System Red Green Blue C M Y K H S L
Decimal 149 84 148 0 0.44 0.01 0.42 300.92 0.28 0.46
Hex 95 54 94 0 2C 1 2A 12D 1C 2E
Octal 225 124 224 0 54 1 52 455 34 56
Binary 10010101 1010100 10010100 0 101100 1 101010 100101101 11100 101110

Color Harmonies of #955494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955494

Black with #955494

Text Example


Text Example

White with #955494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955494; }

 p { color: rgb(149,84,148); }

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

background-color css

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

 a { background-color: rgb(149,84,148); }

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

border-color css

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

 span { border-color: rgb(149,84,148); }

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