Html Css Color HEX #9849EB Blue Violet

📋 copy color: '#9849EB'

red 152 ◦ green 73 ◦ blue 235

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

Shades of Blue Violet #9849EB

Tints of Blue Violet #9849EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.09%

R = 33.04%
G = 15.87%
B = 51.09%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9849EB (or 0x9849EB) is known color: Blue Violet. HEX triplet: 98, 49 and EB. RGB value is (152,73,235). Sum of RGB (Red+Green+Blue) = 152+73+235=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #9849EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9849EB is #67B614. Grayscale: #727272. Windows color (decimal): -6796821 or 15419800. OLE color: 15419800.

HSL color Cylindrical-coordinate representation of color #9849EB: hue angle of 269.26º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9849EB is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 73 235 -
CMYK 0.35 0.69 0 0.08
HSL 269.26º 0.8% 0.6% -
HSV(B) 269.26º 0.69% 0.92% -
XYZ 30.33 17.44 80.36 -
YUV 115.09 195.67 154.33 -
System Red Green Blue C M Y K H S L
Decimal 152 73 235 0.35 0.69 0 0.08 269.26 0.8 0.6
Hex 98 49 EB 23 45 0 8 10D 50 3C
Octal 230 111 353 43 105 0 10 415 120 74
Binary 10011000 1001001 11101011 100011 1000101 0 1000 100001101 1010000 111100

Color Harmonies of #9849EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9849EB

Black with #9849EB

Text Example


Text Example

White with #9849EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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