Html Css Color HEX #955994 Violet Blue

📋 copy color: '#955994'

red 149 ◦ green 89 ◦ blue 148

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

Shades of Violet Blue #955994

Tints of Violet Blue #955994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.34%

R = 38.6%
G = 23.06%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#955994 (or 0x955994) is known color: Violet Blue. HEX triplet: 95, 59 and 94. RGB value is (149,89,148). Sum of RGB (Red+Green+Blue) = 149+89+148=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #955994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955994 is #6AA66B. Grayscale: #717171. Windows color (decimal): -6989420 or 9722261. OLE color: 9722261.

HSL color Cylindrical-coordinate representation of color #955994: hue angle of 301º 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 #955994 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 89 148 -
CMYK 0 0.40 0.01 0.42
HSL 301º 0.25% 0.47% -
HSV(B) 301º 0.4% 0.58% -
XYZ 21.31 15.67 29.92 -
YUV 113.67 147.38 153.2 -
System Red Green Blue C M Y K H S L
Decimal 149 89 148 0 0.40 0.01 0.42 301 0.25 0.47
Hex 95 59 94 0 28 1 2A 12D 19 2F
Octal 225 131 224 0 50 1 52 455 31 57
Binary 10010101 1011001 10010100 0 101000 1 101010 100101101 11001 101111

Color Harmonies of #955994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955994

Black with #955994

Text Example


Text Example

White with #955994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955994; }

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

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

background-color css

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

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

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

border-color css

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

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

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