Html Css Color HEX #9F4B96 Violet Blue

📋 copy color: '#9F4B96'

red 159 ◦ green 75 ◦ blue 150

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

Shades of Violet Blue #9F4B96

Tints of Violet Blue #9F4B96

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.53%

 BLUE value IS 150 (58.98% from 255) = 39.06%

R = 41.41%
G = 19.53%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9F4B96 (or 0x9F4B96) is known color: Violet Blue. HEX triplet: 9F, 4B and 96. RGB value is (159,75,150). Sum of RGB (Red+Green+Blue) = 159+75+150=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4B96 is #60B469. Grayscale: #6C6C6C. Windows color (decimal): -6337642 or 9849759. OLE color: 9849759.

HSL color Cylindrical-coordinate representation of color #9F4B96: hue angle of 306.43º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F4B96 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 75 150 -
CMYK 0 0.53 0.06 0.38
HSL 306.43º 0.36% 0.46% -
HSV(B) 306.43º 0.53% 0.62% -
XYZ 22.32 14.61 30.5 -
YUV 108.67 151.33 163.9 -
System Red Green Blue C M Y K H S L
Decimal 159 75 150 0 0.53 0.06 0.38 306.43 0.36 0.46
Hex 9F 4B 96 0 35 6 26 132 24 2E
Octal 237 113 226 0 65 6 46 462 44 56
Binary 10011111 1001011 10010110 0 110101 110 100110 100110010 100100 101110

Color Harmonies of #9F4B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4B96

Black with #9F4B96

Text Example


Text Example

White with #9F4B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,75,150); }

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

background-color css

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

 a { background-color: rgb(159,75,150); }

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

border-color css

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

 span { border-color: rgb(159,75,150); }

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