Html Css Color HEX #9F588F Violet Blue

📋 copy color: '#9F588F'

red 159 ◦ green 88 ◦ blue 143

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

Shades of Violet Blue #9F588F

Tints of Violet Blue #9F588F

RGB

 RED value IS 159 (62.5% from 255) = 40.77%

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

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

R = 40.77%
G = 22.56%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9F588F (or 0x9F588F) is known color: Violet Blue. HEX triplet: 9F, 58 and 8F. RGB value is (159,88,143). Sum of RGB (Red+Green+Blue) = 159+88+143=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F588F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F588F is #60A770. Grayscale: #737373. Windows color (decimal): -6334321 or 9394335. OLE color: 9394335.

HSL color Cylindrical-coordinate representation of color #9F588F: hue angle of 313.52º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F588F is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 88 143 -
CMYK 0 0.45 0.10 0.38
HSL 313.52º 0.29% 0.48% -
HSV(B) 313.52º 0.45% 0.62% -
XYZ 22.75 16.33 27.94 -
YUV 115.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 159 88 143 0 0.45 0.10 0.38 313.52 0.29 0.48
Hex 9F 58 8F 0 2D A 26 13A 1D 30
Octal 237 130 217 0 55 12 46 472 35 60
Binary 10011111 1011000 10001111 0 101101 1010 100110 100111010 11101 110000

Color Harmonies of #9F588F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F588F

Black with #9F588F

Text Example


Text Example

White with #9F588F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F588F; }

 p { color: rgb(159,88,143); }

 H1.HeaderClassName
 {
   color: #9F588F;
 }
 .AnyTagClassName
 {
   color: #9F588F;
 }
</style>

background-color css

<style>
 a { background-color: #9F588F; }

 a { background-color: rgb(159,88,143); }

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

border-color css

<style>
 span { border-color: #9F588F; }

 span { border-color: rgb(159,88,143); }

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