Html Css Color HEX #9F4DFF Blue Violet

📋 copy color: '#9F4DFF'

red 159 ◦ green 77 ◦ blue 255

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

Shades of Blue Violet #9F4DFF

Tints of Blue Violet #9F4DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.93%

R = 32.38%
G = 15.68%
B = 51.93%

CMYK

 C value IS 0.38

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9F4DFF (or 0x9F4DFF) is known color: Blue Violet. HEX triplet: 9F, 4D and FF. RGB value is (159,77,255). Sum of RGB (Red+Green+Blue) = 159+77+255=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F4DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F4DFF is #60B200. Grayscale: #797979. Windows color (decimal): -6337025 or 16731551. OLE color: 16731551.

HSL color Cylindrical-coordinate representation of color #9F4DFF: hue angle of 267.64º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F4DFF is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 159 77 255 -
CMYK 0.38 0.70 0 0
HSL 267.64º 1% 0.65% -
HSV(B) 267.64º 0.7% 1% -
XYZ 35 19.9 96.6 -
YUV 121.81 203.17 154.53 -
System Red Green Blue C M Y K H S L
Decimal 159 77 255 0.38 0.70 0 0 267.64 1 0.65
Hex 9F 4D FF 26 46 0 0 10C 64 41
Octal 237 115 377 46 106 0 0 414 144 101
Binary 10011111 1001101 11111111 100110 1000110 0 0 100001100 1100100 1000001

Color Harmonies of #9F4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4DFF

Black with #9F4DFF

Text Example


Text Example

White with #9F4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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