Html Css Color HEX #954C99 Violet Blue

📋 copy color: '#954C99'

red 149 ◦ green 76 ◦ blue 153

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

Shades of Violet Blue #954C99

Tints of Violet Blue #954C99

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.11%

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

R = 39.42%
G = 20.11%
B = 40.48%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#954C99 (or 0x954C99) is known color: Violet Blue. HEX triplet: 95, 4C and 99. RGB value is (149,76,153). Sum of RGB (Red+Green+Blue) = 149+76+153=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #954C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954C99 is #6AB366. Grayscale: #6A6A6A. Windows color (decimal): -6992743 or 10046613. OLE color: 10046613.

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

Color convert

RGB 149 76 153 -
CMYK 0.03 0.50 0 0.4
HSL 296.88º 0.34% 0.45% -
HSV(B) 296.88º 0.5% 0.6% -
XYZ 20.73 13.86 31.72 -
YUV 106.61 154.18 158.24 -
System Red Green Blue C M Y K H S L
Decimal 149 76 153 0.03 0.50 0 0.4 296.88 0.34 0.45
Hex 95 4C 99 3 32 0 28 129 22 2D
Octal 225 114 231 3 62 0 50 451 42 55
Binary 10010101 1001100 10011001 11 110010 0 101000 100101001 100010 101101

Color Harmonies of #954C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C99

Black with #954C99

Text Example


Text Example

White with #954C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954C99; }

 p { color: rgb(149,76,153); }

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

background-color css

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

 a { background-color: rgb(149,76,153); }

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

border-color css

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

 span { border-color: rgb(149,76,153); }

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