Html Css Color HEX #9946F8 Blue Violet

📋 copy color: '#9946F8'

red 153 ◦ green 70 ◦ blue 248

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

Shades of Blue Violet #9946F8

Tints of Blue Violet #9946F8

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.86%

 BLUE value IS 248 (97.27% from 255) = 52.65%

R = 32.48%
G = 14.86%
B = 52.65%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9946F8 (or 0x9946F8) is known color: Blue Violet. HEX triplet: 99, 46 and F8. RGB value is (153,70,248). Sum of RGB (Red+Green+Blue) = 153+70+248=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 248 (97.27% from 255 or 52.65% from 471); Max value from RGB is 248 - color contains mainly: blue. Hex color #9946F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9946F8 is #66B907. Grayscale: #727272. Windows color (decimal): -6732040 or 16271001. OLE color: 16271001.

HSL color Cylindrical-coordinate representation of color #9946F8: hue angle of 267.98º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9946F8 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 153 70 248 -
CMYK 0.38 0.72 0 0.03
HSL 267.98º 0.93% 0.62% -
HSV(B) 267.98º 0.72% 0.97% -
XYZ 32.27 17.93 90.57 -
YUV 115.11 203 155.03 -
System Red Green Blue C M Y K H S L
Decimal 153 70 248 0.38 0.72 0 0.03 267.98 0.93 0.62
Hex 99 46 F8 26 48 0 3 10C 5D 3E
Octal 231 106 370 46 110 0 3 414 135 76
Binary 10011001 1000110 11111000 100110 1001000 0 11 100001100 1011101 111110

Color Harmonies of #9946F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9946F8

Black with #9946F8

Text Example


Text Example

White with #9946F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9946F8; }

 p { color: rgb(153,70,248); }

 H1.HeaderClassName
 {
   color: #9946F8;
 }
 .AnyTagClassName
 {
   color: #9946F8;
 }
</style>

background-color css

<style>
 a { background-color: #9946F8; }

 a { background-color: rgb(153,70,248); }

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

border-color css

<style>
 span { border-color: #9946F8; }

 span { border-color: rgb(153,70,248); }

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