Html Css Color HEX #954F99 Violet Blue

📋 copy color: '#954F99'

red 149 ◦ green 79 ◦ blue 153

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

Shades of Violet Blue #954F99

Tints of Violet Blue #954F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.73%

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

R = 39.11%
G = 20.73%
B = 40.16%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#954F99 (or 0x954F99) is known color: Violet Blue. HEX triplet: 95, 4F and 99. RGB value is (149,79,153). Sum of RGB (Red+Green+Blue) = 149+79+153=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 153 - color contains mainly: blue. Hex color #954F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954F99 is #6AB066. Grayscale: #6C6C6C. Windows color (decimal): -6991975 or 10047381. OLE color: 10047381.

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

Color convert

RGB 149 79 153 -
CMYK 0.03 0.48 0 0.4
HSL 296.76º 0.32% 0.45% -
HSV(B) 296.76º 0.48% 0.6% -
XYZ 20.94 14.28 31.79 -
YUV 108.37 153.19 156.98 -
System Red Green Blue C M Y K H S L
Decimal 149 79 153 0.03 0.48 0 0.4 296.76 0.32 0.45
Hex 95 4F 99 3 30 0 28 129 20 2D
Octal 225 117 231 3 60 0 50 451 40 55
Binary 10010101 1001111 10011001 11 110000 0 101000 100101001 100000 101101

Color Harmonies of #954F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F99

Black with #954F99

Text Example


Text Example

White with #954F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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