Html Css Color HEX #955995 Violet Blue

📋 copy color: '#955995'

red 149 ◦ green 89 ◦ blue 149

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

Shades of Violet Blue #955995

Tints of Violet Blue #955995

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23%

 BLUE value IS 149 (58.59% from 255) = 38.5%

R = 38.5%
G = 23%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#955995 (or 0x955995) is known color: Violet Blue. HEX triplet: 95, 59 and 95. RGB value is (149,89,149). Sum of RGB (Red+Green+Blue) = 149+89+149=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #955995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955995 is #6AA66A. Grayscale: #717171. Windows color (decimal): -6989419 or 9787797. OLE color: 9787797.

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

Color convert

RGB 149 89 149 -
CMYK 0 0.40 0 0.42
HSL 300º 0.25% 0.47% -
HSV(B) 300º 0.4% 0.58% -
XYZ 21.39 15.7 30.34 -
YUV 113.78 147.88 153.12 -
System Red Green Blue C M Y K H S L
Decimal 149 89 149 0 0.40 0 0.42 300 0.25 0.47
Hex 95 59 95 0 28 0 2A 12C 19 2F
Octal 225 131 225 0 50 0 52 454 31 57
Binary 10010101 1011001 10010101 0 101000 0 101010 100101100 11001 101111

Color Harmonies of #955995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955995

Black with #955995

Text Example


Text Example

White with #955995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955995; }

 p { color: rgb(149,89,149); }

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

background-color css

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

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

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

border-color css

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

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

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