Html Css Color HEX #9F4D8F Violet Blue

📋 copy color: '#9F4D8F'

red 159 ◦ green 77 ◦ blue 143

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

Shades of Violet Blue #9F4D8F

Tints of Violet Blue #9F4D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.73%

R = 41.95%
G = 20.32%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9F4D8F (or 0x9F4D8F) is known color: Violet Blue. HEX triplet: 9F, 4D and 8F. RGB value is (159,77,143). Sum of RGB (Red+Green+Blue) = 159+77+143=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4D8F is #60B270. Grayscale: #6C6C6C. Windows color (decimal): -6337137 or 9391519. OLE color: 9391519.

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

Color convert

RGB 159 77 143 -
CMYK 0 0.52 0.10 0.38
HSL 311.71º 0.35% 0.46% -
HSV(B) 311.71º 0.52% 0.62% -
XYZ 21.91 14.66 27.66 -
YUV 109.04 147.17 163.63 -
System Red Green Blue C M Y K H S L
Decimal 159 77 143 0 0.52 0.10 0.38 311.71 0.35 0.46
Hex 9F 4D 8F 0 34 A 26 138 23 2E
Octal 237 115 217 0 64 12 46 470 43 56
Binary 10011111 1001101 10001111 0 110100 1010 100110 100111000 100011 101110

Color Harmonies of #9F4D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4D8F

Black with #9F4D8F

Text Example


Text Example

White with #9F4D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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