Html Css Color HEX #9F4D96 Violet Blue

📋 copy color: '#9F4D96'

red 159 ◦ green 77 ◦ blue 150

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

Shades of Violet Blue #9F4D96

Tints of Violet Blue #9F4D96

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.95%

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

R = 41.19%
G = 19.95%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9F4D96 (or 0x9F4D96) is known color: Violet Blue. HEX triplet: 9F, 4D and 96. RGB value is (159,77,150). Sum of RGB (Red+Green+Blue) = 159+77+150=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4D96 is #60B269. Grayscale: #6D6D6D. Windows color (decimal): -6337130 or 9850271. OLE color: 9850271.

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

Color convert

RGB 159 77 150 -
CMYK 0 0.52 0.06 0.38
HSL 306.59º 0.35% 0.46% -
HSV(B) 306.59º 0.52% 0.62% -
XYZ 22.46 14.88 30.54 -
YUV 109.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 159 77 150 0 0.52 0.06 0.38 306.59 0.35 0.46
Hex 9F 4D 96 0 34 6 26 133 23 2E
Octal 237 115 226 0 64 6 46 463 43 56
Binary 10011111 1001101 10010110 0 110100 110 100110 100110011 100011 101110

Color Harmonies of #9F4D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4D96

Black with #9F4D96

Text Example


Text Example

White with #9F4D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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