Html Css Color HEX #9948FE Blue Violet

📋 copy color: '#9948FE'

red 153 ◦ green 72 ◦ blue 254

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

Shades of Blue Violet #9948FE

Tints of Blue Violet #9948FE

RGB

 RED value IS 153 (60.16% from 255) = 31.94%

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

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

R = 31.94%
G = 15.03%
B = 53.03%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9948FE (or 0x9948FE) is known color: Blue Violet. HEX triplet: 99, 48 and FE. RGB value is (153,72,254). Sum of RGB (Red+Green+Blue) = 153+72+254=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #9948FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9948FE is #66B701. Grayscale: #747474. Windows color (decimal): -6731522 or 16664729. OLE color: 16664729.

HSL color Cylindrical-coordinate representation of color #9948FE: hue angle of 266.7º 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 #9948FE is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 153 72 254 -
CMYK 0.40 0.72 0 0.00
HSL 266.7º 0.99% 0.64% -
HSV(B) 266.7º 0.72% 1% -
XYZ 33.34 18.56 95.59 -
YUV 116.97 205.34 153.7 -
System Red Green Blue C M Y K H S L
Decimal 153 72 254 0.40 0.72 0 0.00 266.7 0.99 0.64
Hex 99 48 FE 28 48 0 0 10B 63 40
Octal 231 110 376 50 110 0 0 413 143 100
Binary 10011001 1001000 11111110 101000 1001000 0 0 100001011 1100011 1000000

Color Harmonies of #9948FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9948FE

Black with #9948FE

Text Example


Text Example

White with #9948FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9948FE; }

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

 H1.HeaderClassName
 {
   color: #9948FE;
 }
 .AnyTagClassName
 {
   color: #9948FE;
 }
</style>

background-color css

<style>
 a { background-color: #9948FE; }

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

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

border-color css

<style>
 span { border-color: #9948FE; }

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

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