Html Css Color HEX #9849F9 Blue Violet

📋 copy color: '#9849F9'

red 152 ◦ green 73 ◦ blue 249

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

Shades of Blue Violet #9849F9

Tints of Blue Violet #9849F9

RGB

 RED value IS 152 (59.77% from 255) = 32.07%

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

 BLUE value IS 249 (97.66% from 255) = 52.53%

R = 32.07%
G = 15.4%
B = 52.53%

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

#9849F9 (or 0x9849F9) is known color: Blue Violet. HEX triplet: 98, 49 and F9. RGB value is (152,73,249). Sum of RGB (Red+Green+Blue) = 152+73+249=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #9849F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9849F9 is #67B606. Grayscale: #747474. Windows color (decimal): -6796807 or 16337304. OLE color: 16337304.

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

Color convert

RGB 152 73 249 -
CMYK 0.39 0.71 0 0.02
HSL 266.93º 0.94% 0.63% -
HSV(B) 266.93º 0.71% 0.98% -
XYZ 32.43 18.28 91.44 -
YUV 116.69 202.67 153.19 -
System Red Green Blue C M Y K H S L
Decimal 152 73 249 0.39 0.71 0 0.02 266.93 0.94 0.63
Hex 98 49 F9 27 47 0 2 10B 5E 3F
Octal 230 111 371 47 107 0 2 413 136 77
Binary 10011000 1001001 11111001 100111 1000111 0 10 100001011 1011110 111111

Color Harmonies of #9849F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9849F9

Black with #9849F9

Text Example


Text Example

White with #9849F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9849F9; }

 p { color: rgb(152,73,249); }

 H1.HeaderClassName
 {
   color: #9849F9;
 }
 .AnyTagClassName
 {
   color: #9849F9;
 }
</style>

background-color css

<style>
 a { background-color: #9849F9; }

 a { background-color: rgb(152,73,249); }

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

border-color css

<style>
 span { border-color: #9849F9; }

 span { border-color: rgb(152,73,249); }

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