Html Css Color HEX #95589B Violet Blue

📋 copy color: '#95589B'

red 149 ◦ green 88 ◦ blue 155

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

Shades of Violet Blue #95589B

Tints of Violet Blue #95589B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.54%

R = 38.01%
G = 22.45%
B = 39.54%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95589B (or 0x95589B) is known color: Violet Blue. HEX triplet: 95, 58 and 9B. RGB value is (149,88,155). Sum of RGB (Red+Green+Blue) = 149+88+155=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #95589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95589B is #6AA764. Grayscale: #717171. Windows color (decimal): -6989669 or 10180757. OLE color: 10180757.

HSL color Cylindrical-coordinate representation of color #95589B: hue angle of 294.63º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95589B is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 88 155 -
CMYK 0.04 0.43 0 0.39
HSL 294.63º 0.28% 0.48% -
HSV(B) 294.63º 0.43% 0.61% -
XYZ 21.8 15.74 32.9 -
YUV 113.88 151.21 153.05 -
System Red Green Blue C M Y K H S L
Decimal 149 88 155 0.04 0.43 0 0.39 294.63 0.28 0.48
Hex 95 58 9B 4 2B 0 27 127 1C 30
Octal 225 130 233 4 53 0 47 447 34 60
Binary 10010101 1011000 10011011 100 101011 0 100111 100100111 11100 110000

Color Harmonies of #95589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95589B

Black with #95589B

Text Example


Text Example

White with #95589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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