Html Css Color HEX #9F40FB Blue Violet

📋 copy color: '#9F40FB'

red 159 ◦ green 64 ◦ blue 251

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

Shades of Blue Violet #9F40FB

Tints of Blue Violet #9F40FB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.5%

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

R = 33.54%
G = 13.5%
B = 52.95%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F40FB (or 0x9F40FB) is known color: Blue Violet. HEX triplet: 9F, 40 and FB. RGB value is (159,64,251). Sum of RGB (Red+Green+Blue) = 159+64+251=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F40FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F40FB is #60BF04. Grayscale: #717171. Windows color (decimal): -6340357 or 16466079. OLE color: 16466079.

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

Color convert

RGB 159 64 251 -
CMYK 0.37 0.75 0 0.02
HSL 270.48º 0.96% 0.62% -
HSV(B) 270.48º 0.75% 0.98% -
XYZ 33.54 18 92.97 -
YUV 113.72 205.47 160.29 -
System Red Green Blue C M Y K H S L
Decimal 159 64 251 0.37 0.75 0 0.02 270.48 0.96 0.62
Hex 9F 40 FB 25 4B 0 2 10E 60 3E
Octal 237 100 373 45 113 0 2 416 140 76
Binary 10011111 1000000 11111011 100101 1001011 0 10 100001110 1100000 111110

Color Harmonies of #9F40FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F40FB

Black with #9F40FB

Text Example


Text Example

White with #9F40FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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