Html Css Color HEX #9948EF Blue Violet

📋 copy color: '#9948EF'

red 153 ◦ green 72 ◦ blue 239

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

Shades of Blue Violet #9948EF

Tints of Blue Violet #9948EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.51%

R = 32.97%
G = 15.52%
B = 51.51%

CMYK

 C value IS 0.36

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9948EF (or 0x9948EF) is known color: Blue Violet. HEX triplet: 99, 48 and EF. RGB value is (153,72,239). Sum of RGB (Red+Green+Blue) = 153+72+239=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #9948EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9948EF is #66B710. Grayscale: #727272. Windows color (decimal): -6731537 or 15681689. OLE color: 15681689.

HSL color Cylindrical-coordinate representation of color #9948EF: hue angle of 269.1º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9948EF is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 72 239 -
CMYK 0.36 0.70 0 0.06
HSL 269.1º 0.84% 0.61% -
HSV(B) 269.1º 0.7% 0.94% -
XYZ 31.03 17.64 83.43 -
YUV 115.26 197.84 154.92 -
System Red Green Blue C M Y K H S L
Decimal 153 72 239 0.36 0.70 0 0.06 269.1 0.84 0.61
Hex 99 48 EF 24 46 0 6 10D 54 3D
Octal 231 110 357 44 106 0 6 415 124 75
Binary 10011001 1001000 11101111 100100 1000110 0 110 100001101 1010100 111101

Color Harmonies of #9948EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9948EF

Black with #9948EF

Text Example


Text Example

White with #9948EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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