Html Css Color HEX #95598D Violet Blue

📋 copy color: '#95598D'

red 149 ◦ green 89 ◦ blue 141

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

Shades of Violet Blue #95598D

Tints of Violet Blue #95598D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 39.31%
G = 23.48%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95598D (or 0x95598D) is known color: Violet Blue. HEX triplet: 95, 59 and 8D. RGB value is (149,89,141). Sum of RGB (Red+Green+Blue) = 149+89+141=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #95598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95598D is #6AA672. Grayscale: #707070. Windows color (decimal): -6989427 or 9263509. OLE color: 9263509.

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

Color convert

RGB 149 89 141 -
CMYK 0 0.40 0.05 0.42
HSL 308º 0.25% 0.47% -
HSV(B) 308º 0.4% 0.58% -
XYZ 20.77 15.46 27.09 -
YUV 112.87 143.88 153.77 -
System Red Green Blue C M Y K H S L
Decimal 149 89 141 0 0.40 0.05 0.42 308 0.25 0.47
Hex 95 59 8D 0 28 5 2A 134 19 2F
Octal 225 131 215 0 50 5 52 464 31 57
Binary 10010101 1011001 10001101 0 101000 101 101010 100110100 11001 101111

Color Harmonies of #95598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95598D

Black with #95598D

Text Example


Text Example

White with #95598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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