Html Css Color HEX #954599 Violet Blue

📋 copy color: '#954599'

red 149 ◦ green 69 ◦ blue 153

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

Shades of Violet Blue #954599

Tints of Violet Blue #954599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.6%

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

R = 40.16%
G = 18.6%
B = 41.24%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#954599 (or 0x954599) is known color: Violet Blue. HEX triplet: 95, 45 and 99. RGB value is (149,69,153). Sum of RGB (Red+Green+Blue) = 149+69+153=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #954599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954599 is #6ABA66. Grayscale: #666666. Windows color (decimal): -6994535 or 10044821. OLE color: 10044821.

HSL color Cylindrical-coordinate representation of color #954599: hue angle of 297.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #954599 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 69 153 -
CMYK 0.03 0.55 0 0.4
HSL 297.14º 0.38% 0.44% -
HSV(B) 297.14º 0.55% 0.6% -
XYZ 20.27 12.95 31.57 -
YUV 102.5 156.5 161.17 -
System Red Green Blue C M Y K H S L
Decimal 149 69 153 0.03 0.55 0 0.4 297.14 0.38 0.44
Hex 95 45 99 3 37 0 28 129 26 2C
Octal 225 105 231 3 67 0 50 451 46 54
Binary 10010101 1000101 10011001 11 110111 0 101000 100101001 100110 101100

Color Harmonies of #954599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954599

Black with #954599

Text Example


Text Example

White with #954599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954599; }

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

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

background-color css

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

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

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

border-color css

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

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

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