Html Css Color HEX #955899 Violet Blue

📋 copy color: '#955899'

red 149 ◦ green 88 ◦ blue 153

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

Shades of Violet Blue #955899

Tints of Violet Blue #955899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.56%

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

R = 38.21%
G = 22.56%
B = 39.23%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#955899 (or 0x955899) is known color: Violet Blue. HEX triplet: 95, 58 and 99. RGB value is (149,88,153). Sum of RGB (Red+Green+Blue) = 149+88+153=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #955899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955899 is #6AA766. Grayscale: #717171. Windows color (decimal): -6989671 or 10049685. OLE color: 10049685.

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

Color convert

RGB 149 88 153 -
CMYK 0.03 0.42 0 0.4
HSL 296.31º 0.27% 0.47% -
HSV(B) 296.31º 0.42% 0.6% -
XYZ 21.63 15.67 32.02 -
YUV 113.65 150.21 153.21 -
System Red Green Blue C M Y K H S L
Decimal 149 88 153 0.03 0.42 0 0.4 296.31 0.27 0.47
Hex 95 58 99 3 2A 0 28 128 1B 2F
Octal 225 130 231 3 52 0 50 450 33 57
Binary 10010101 1011000 10011001 11 101010 0 101000 100101000 11011 101111

Color Harmonies of #955899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955899

Black with #955899

Text Example


Text Example

White with #955899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955899; }

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

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

background-color css

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

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

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

border-color css

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

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

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