Html Css Color HEX #95578C Violet Blue

📋 copy color: '#95578C'

red 149 ◦ green 87 ◦ blue 140

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

Shades of Violet Blue #95578C

Tints of Violet Blue #95578C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.14%

 BLUE value IS 140 (55.08% from 255) = 37.23%

R = 39.63%
G = 23.14%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95578C (or 0x95578C) is known color: Violet Blue. HEX triplet: 95, 57 and 8C. RGB value is (149,87,140). Sum of RGB (Red+Green+Blue) = 149+87+140=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #95578C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95578C is #6AA873. Grayscale: #6F6F6F. Windows color (decimal): -6989940 or 9197461. OLE color: 9197461.

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

Color convert

RGB 149 87 140 -
CMYK 0 0.42 0.06 0.42
HSL 308.71º 0.26% 0.46% -
HSV(B) 308.71º 0.42% 0.58% -
XYZ 20.54 15.1 26.64 -
YUV 111.58 144.04 154.69 -
System Red Green Blue C M Y K H S L
Decimal 149 87 140 0 0.42 0.06 0.42 308.71 0.26 0.46
Hex 95 57 8C 0 2A 6 2A 135 1A 2E
Octal 225 127 214 0 52 6 52 465 32 56
Binary 10010101 1010111 10001100 0 101010 110 101010 100110101 11010 101110

Color Harmonies of #95578C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95578C

Black with #95578C

Text Example


Text Example

White with #95578C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95578C; }

 p { color: rgb(149,87,140); }

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

background-color css

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

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

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

border-color css

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

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

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