Html Css Color HEX #95588E Violet Blue

📋 copy color: '#95588E'

red 149 ◦ green 88 ◦ blue 142

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

Shades of Violet Blue #95588E

Tints of Violet Blue #95588E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.47%

R = 39.31%
G = 23.22%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95588E (or 0x95588E) is known color: Violet Blue. HEX triplet: 95, 58 and 8E. RGB value is (149,88,142). Sum of RGB (Red+Green+Blue) = 149+88+142=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #95588E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95588E is #6AA771. Grayscale: #707070. Windows color (decimal): -6989682 or 9328789. OLE color: 9328789.

HSL color Cylindrical-coordinate representation of color #95588E: hue angle of 306.89º 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 #95588E is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 88 142 -
CMYK 0 0.41 0.05 0.42
HSL 306.89º 0.26% 0.46% -
HSV(B) 306.89º 0.41% 0.58% -
XYZ 20.77 15.32 27.45 -
YUV 112.4 144.71 154.11 -
System Red Green Blue C M Y K H S L
Decimal 149 88 142 0 0.41 0.05 0.42 306.89 0.26 0.46
Hex 95 58 8E 0 29 5 2A 133 1A 2E
Octal 225 130 216 0 51 5 52 463 32 56
Binary 10010101 1011000 10001110 0 101001 101 101010 100110011 11010 101110

Color Harmonies of #95588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95588E

Black with #95588E

Text Example


Text Example

White with #95588E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95588E; }

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

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

background-color css

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

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

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

border-color css

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

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

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