Html Css Color HEX #9F4D8E Violet Blue

📋 copy color: '#9F4D8E'

red 159 ◦ green 77 ◦ blue 142

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

Shades of Violet Blue #9F4D8E

Tints of Violet Blue #9F4D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.57%

R = 42.06%
G = 20.37%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F4D8E (or 0x9F4D8E) is known color: Violet Blue. HEX triplet: 9F, 4D and 8E. RGB value is (159,77,142). Sum of RGB (Red+Green+Blue) = 159+77+142=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4D8E is #60B271. Grayscale: #6C6C6C. Windows color (decimal): -6337138 or 9325983. OLE color: 9325983.

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

Color convert

RGB 159 77 142 -
CMYK 0 0.52 0.11 0.38
HSL 312.44º 0.35% 0.46% -
HSV(B) 312.44º 0.52% 0.62% -
XYZ 21.83 14.63 27.26 -
YUV 108.93 146.67 163.71 -
System Red Green Blue C M Y K H S L
Decimal 159 77 142 0 0.52 0.11 0.38 312.44 0.35 0.46
Hex 9F 4D 8E 0 34 B 26 138 23 2E
Octal 237 115 216 0 64 13 46 470 43 56
Binary 10011111 1001101 10001110 0 110100 1011 100110 100111000 100011 101110

Color Harmonies of #9F4D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4D8E

Black with #9F4D8E

Text Example


Text Example

White with #9F4D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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