Html Css Color HEX #9949FB Blue Violet

📋 copy color: '#9949FB'

red 153 ◦ green 73 ◦ blue 251

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

Shades of Blue Violet #9949FB

Tints of Blue Violet #9949FB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.3%

 BLUE value IS 251 (98.44% from 255) = 52.62%

R = 32.08%
G = 15.3%
B = 52.62%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9949FB (or 0x9949FB) is known color: Blue Violet. HEX triplet: 99, 49 and FB. RGB value is (153,73,251). Sum of RGB (Red+Green+Blue) = 153+73+251=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #9949FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9949FB is #66B604. Grayscale: #747474. Windows color (decimal): -6731269 or 16468377. OLE color: 16468377.

HSL color Cylindrical-coordinate representation of color #9949FB: hue angle of 266.97º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9949FB is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 73 251 -
CMYK 0.39 0.71 0 0.02
HSL 266.97º 0.96% 0.64% -
HSV(B) 266.97º 0.71% 0.98% -
XYZ 32.93 18.5 93.1 -
YUV 117.21 203.5 153.53 -
System Red Green Blue C M Y K H S L
Decimal 153 73 251 0.39 0.71 0 0.02 266.97 0.96 0.64
Hex 99 49 FB 27 47 0 2 10B 60 40
Octal 231 111 373 47 107 0 2 413 140 100
Binary 10011001 1001001 11111011 100111 1000111 0 10 100001011 1100000 1000000

Color Harmonies of #9949FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9949FB

Black with #9949FB

Text Example


Text Example

White with #9949FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9949FB; }

 p { color: rgb(153,73,251); }

 H1.HeaderClassName
 {
   color: #9949FB;
 }
 .AnyTagClassName
 {
   color: #9949FB;
 }
</style>

background-color css

<style>
 a { background-color: #9949FB; }

 a { background-color: rgb(153,73,251); }

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

border-color css

<style>
 span { border-color: #9949FB; }

 span { border-color: rgb(153,73,251); }

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