Html Css Color HEX #9F4D8D Violet Blue

📋 copy color: '#9F4D8D'

red 159 ◦ green 77 ◦ blue 141

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

Shades of Violet Blue #9F4D8D

Tints of Violet Blue #9F4D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.4%

R = 42.18%
G = 20.42%
B = 37.4%

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

#9F4D8D (or 0x9F4D8D) is known color: Violet Blue. HEX triplet: 9F, 4D and 8D. RGB value is (159,77,141). Sum of RGB (Red+Green+Blue) = 159+77+141=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4D8D is #60B272. Grayscale: #6C6C6C. Windows color (decimal): -6337139 or 9260447. OLE color: 9260447.

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

Color convert

RGB 159 77 141 -
CMYK 0 0.52 0.11 0.38
HSL 313.17º 0.35% 0.46% -
HSV(B) 313.17º 0.52% 0.62% -
XYZ 21.76 14.6 26.87 -
YUV 108.81 146.17 163.8 -
System Red Green Blue C M Y K H S L
Decimal 159 77 141 0 0.52 0.11 0.38 313.17 0.35 0.46
Hex 9F 4D 8D 0 34 B 26 139 23 2E
Octal 237 115 215 0 64 13 46 471 43 56
Binary 10011111 1001101 10001101 0 110100 1011 100110 100111001 100011 101110

Color Harmonies of #9F4D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4D8D

Black with #9F4D8D

Text Example


Text Example

White with #9F4D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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