Html Css Color HEX #9F488B Violet Blue

📋 copy color: '#9F488B'

red 159 ◦ green 72 ◦ blue 139

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

Shades of Violet Blue #9F488B

Tints of Violet Blue #9F488B

RGB

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

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

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

R = 42.97%
G = 19.46%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F488B (or 0x9F488B) is known color: Violet Blue. HEX triplet: 9F, 48 and 8B. RGB value is (159,72,139). Sum of RGB (Red+Green+Blue) = 159+72+139=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F488B is #60B774. Grayscale: #696969. Windows color (decimal): -6338421 or 9128095. OLE color: 9128095.

HSL color Cylindrical-coordinate representation of color #9F488B: hue angle of 313.79º 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 #9F488B is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 72 139 -
CMYK 0 0.55 0.13 0.38
HSL 313.79º 0.38% 0.45% -
HSV(B) 313.79º 0.55% 0.62% -
XYZ 21.28 13.87 25.98 -
YUV 105.65 146.82 166.05 -
System Red Green Blue C M Y K H S L
Decimal 159 72 139 0 0.55 0.13 0.38 313.79 0.38 0.45
Hex 9F 48 8B 0 37 D 26 13A 26 2D
Octal 237 110 213 0 67 15 46 472 46 55
Binary 10011111 1001000 10001011 0 110111 1101 100110 100111010 100110 101101

Color Harmonies of #9F488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F488B

Black with #9F488B

Text Example


Text Example

White with #9F488B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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