Html Css Color HEX #9F4DFB Blue Violet

📋 copy color: '#9F4DFB'

red 159 ◦ green 77 ◦ blue 251

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

Shades of Blue Violet #9F4DFB

Tints of Blue Violet #9F4DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.54%

R = 32.65%
G = 15.81%
B = 51.54%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F4DFB (or 0x9F4DFB) is known color: Blue Violet. HEX triplet: 9F, 4D and FB. RGB value is (159,77,251). Sum of RGB (Red+Green+Blue) = 159+77+251=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F4DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F4DFB is #60B204. Grayscale: #787878. Windows color (decimal): -6337029 or 16469407. OLE color: 16469407.

HSL color Cylindrical-coordinate representation of color #9F4DFB: hue angle of 268.28º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F4DFB is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 77 251 -
CMYK 0.37 0.69 0 0.02
HSL 268.28º 0.96% 0.64% -
HSV(B) 268.28º 0.69% 0.98% -
XYZ 34.36 19.64 93.25 -
YUV 121.35 201.17 154.85 -
System Red Green Blue C M Y K H S L
Decimal 159 77 251 0.37 0.69 0 0.02 268.28 0.96 0.64
Hex 9F 4D FB 25 45 0 2 10C 60 40
Octal 237 115 373 45 105 0 2 414 140 100
Binary 10011111 1001101 11111011 100101 1000101 0 10 100001100 1100000 1000000

Color Harmonies of #9F4DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4DFB

Black with #9F4DFB

Text Example


Text Example

White with #9F4DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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