Html Css Color HEX #95598F Violet Blue

📋 copy color: '#95598F'

red 149 ◦ green 89 ◦ blue 143

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

Shades of Violet Blue #95598F

Tints of Violet Blue #95598F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.53%

R = 39.11%
G = 23.36%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95598F (or 0x95598F) is known color: Violet Blue. HEX triplet: 95, 59 and 8F. RGB value is (149,89,143). Sum of RGB (Red+Green+Blue) = 149+89+143=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #95598F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95598F is #6AA670. Grayscale: #707070. Windows color (decimal): -6989425 or 9394581. OLE color: 9394581.

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

Color convert

RGB 149 89 143 -
CMYK 0 0.40 0.04 0.42
HSL 306º 0.25% 0.47% -
HSV(B) 306º 0.4% 0.58% -
XYZ 20.92 15.52 27.88 -
YUV 113.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 149 89 143 0 0.40 0.04 0.42 306 0.25 0.47
Hex 95 59 8F 0 28 4 2A 132 19 2F
Octal 225 131 217 0 50 4 52 462 31 57
Binary 10010101 1011001 10001111 0 101000 100 101010 100110010 11001 101111

Color Harmonies of #95598F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95598F

Black with #95598F

Text Example


Text Example

White with #95598F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95598F; }

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

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

background-color css

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

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

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

border-color css

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

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

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