Html Css Color HEX #9F41FE Blue Violet

📋 copy color: '#9F41FE'

red 159 ◦ green 65 ◦ blue 254

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

Shades of Blue Violet #9F41FE

Tints of Blue Violet #9F41FE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.6%

 BLUE value IS 254 (99.61% from 255) = 53.14%

R = 33.26%
G = 13.6%
B = 53.14%

CMYK

 C value IS 0.37

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9F41FE (or 0x9F41FE) is known color: Blue Violet. HEX triplet: 9F, 41 and FE. RGB value is (159,65,254). Sum of RGB (Red+Green+Blue) = 159+65+254=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F41FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F41FE is #60BE01. Grayscale: #717171. Windows color (decimal): -6340098 or 16662943. OLE color: 16662943.

HSL color Cylindrical-coordinate representation of color #9F41FE: hue angle of 269.84º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F41FE is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 159 65 254 -
CMYK 0.37 0.74 0 0.00
HSL 269.84º 0.99% 0.63% -
HSV(B) 269.84º 0.74% 1% -
XYZ 34.08 18.31 95.5 -
YUV 114.65 206.64 159.63 -
System Red Green Blue C M Y K H S L
Decimal 159 65 254 0.37 0.74 0 0.00 269.84 0.99 0.63
Hex 9F 41 FE 25 4A 0 0 10E 63 3F
Octal 237 101 376 45 112 0 0 416 143 77
Binary 10011111 1000001 11111110 100101 1001010 0 0 100001110 1100011 111111

Color Harmonies of #9F41FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F41FE

Black with #9F41FE

Text Example


Text Example

White with #9F41FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,65,254); }

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

background-color css

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

 a { background-color: rgb(159,65,254); }

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

border-color css

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

 span { border-color: rgb(159,65,254); }

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