Html Css Color HEX #9F48FE Blue Violet

📋 copy color: '#9F48FE'

red 159 ◦ green 72 ◦ blue 254

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

Shades of Blue Violet #9F48FE

Tints of Blue Violet #9F48FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.85%

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

R = 32.78%
G = 14.85%
B = 52.37%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9F48FE (or 0x9F48FE) is known color: Blue Violet. HEX triplet: 9F, 48 and FE. RGB value is (159,72,254). Sum of RGB (Red+Green+Blue) = 159+72+254=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F48FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F48FE is #60B701. Grayscale: #767676. Windows color (decimal): -6338306 or 16664735. OLE color: 16664735.

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

Color convert

RGB 159 72 254 -
CMYK 0.37 0.72 0 0.00
HSL 268.68º 0.99% 0.64% -
HSV(B) 268.68º 0.72% 1% -
XYZ 34.5 19.16 95.65 -
YUV 118.76 204.32 156.7 -
System Red Green Blue C M Y K H S L
Decimal 159 72 254 0.37 0.72 0 0.00 268.68 0.99 0.64
Hex 9F 48 FE 25 48 0 0 10D 63 40
Octal 237 110 376 45 110 0 0 415 143 100
Binary 10011111 1001000 11111110 100101 1001000 0 0 100001101 1100011 1000000

Color Harmonies of #9F48FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F48FE

Black with #9F48FE

Text Example


Text Example

White with #9F48FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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