Html Css Color HEX #9F488F Violet Blue

📋 copy color: '#9F488F'

red 159 ◦ green 72 ◦ blue 143

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

Shades of Violet Blue #9F488F

Tints of Violet Blue #9F488F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.25%

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

R = 42.51%
G = 19.25%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9F488F (or 0x9F488F) is known color: Violet Blue. HEX triplet: 9F, 48 and 8F. RGB value is (159,72,143). Sum of RGB (Red+Green+Blue) = 159+72+143=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 159 - color contains mainly: red. Hex color #9F488F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F488F is #60B770. Grayscale: #696969. Windows color (decimal): -6338417 or 9390239. OLE color: 9390239.

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

Color convert

RGB 159 72 143 -
CMYK 0 0.55 0.10 0.38
HSL 311.03º 0.38% 0.45% -
HSV(B) 311.03º 0.55% 0.62% -
XYZ 21.57 13.99 27.55 -
YUV 106.11 148.82 165.73 -
System Red Green Blue C M Y K H S L
Decimal 159 72 143 0 0.55 0.10 0.38 311.03 0.38 0.45
Hex 9F 48 8F 0 37 A 26 137 26 2D
Octal 237 110 217 0 67 12 46 467 46 55
Binary 10011111 1001000 10001111 0 110111 1010 100110 100110111 100110 101101

Color Harmonies of #9F488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F488F

Black with #9F488F

Text Example


Text Example

White with #9F488F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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