Html Css Color HEX #95598B Violet Blue

📋 copy color: '#95598B'

red 149 ◦ green 89 ◦ blue 139

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

Shades of Violet Blue #95598B

Tints of Violet Blue #95598B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.87%

R = 39.52%
G = 23.61%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95598B (or 0x95598B) is known color: Violet Blue. HEX triplet: 95, 59 and 8B. RGB value is (149,89,139). Sum of RGB (Red+Green+Blue) = 149+89+139=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #95598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95598B is #6AA674. Grayscale: #707070. Windows color (decimal): -6989429 or 9132437. OLE color: 9132437.

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

Color convert

RGB 149 89 139 -
CMYK 0 0.40 0.07 0.42
HSL 310º 0.25% 0.47% -
HSV(B) 310º 0.4% 0.58% -
XYZ 20.63 15.4 26.31 -
YUV 112.64 142.88 153.93 -
System Red Green Blue C M Y K H S L
Decimal 149 89 139 0 0.40 0.07 0.42 310 0.25 0.47
Hex 95 59 8B 0 28 7 2A 136 19 2F
Octal 225 131 213 0 50 7 52 466 31 57
Binary 10010101 1011001 10001011 0 101000 111 101010 100110110 11001 101111

Color Harmonies of #95598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95598B

Black with #95598B

Text Example


Text Example

White with #95598B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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