Html Css Color HEX #955890 Violet Blue

📋 copy color: '#955890'

red 149 ◦ green 88 ◦ blue 144

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

Shades of Violet Blue #955890

Tints of Violet Blue #955890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.8%

R = 39.11%
G = 23.1%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#955890 (or 0x955890) is known color: Violet Blue. HEX triplet: 95, 58 and 90. RGB value is (149,88,144). Sum of RGB (Red+Green+Blue) = 149+88+144=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #955890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955890 is #6AA76F. Grayscale: #707070. Windows color (decimal): -6989680 or 9459861. OLE color: 9459861.

HSL color Cylindrical-coordinate representation of color #955890: hue angle of 304.92º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #955890 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 88 144 -
CMYK 0 0.41 0.03 0.42
HSL 304.92º 0.26% 0.46% -
HSV(B) 304.92º 0.41% 0.58% -
XYZ 20.92 15.38 28.25 -
YUV 112.62 145.71 153.95 -
System Red Green Blue C M Y K H S L
Decimal 149 88 144 0 0.41 0.03 0.42 304.92 0.26 0.46
Hex 95 58 90 0 29 3 2A 131 1A 2E
Octal 225 130 220 0 51 3 52 461 32 56
Binary 10010101 1011000 10010000 0 101001 11 101010 100110001 11010 101110

Color Harmonies of #955890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955890

Black with #955890

Text Example


Text Example

White with #955890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955890; }

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

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

background-color css

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

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

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

border-color css

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

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

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