Html Css Color HEX #9849EE Blue Violet

📋 copy color: '#9849EE'

red 152 ◦ green 73 ◦ blue 238

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

Shades of Blue Violet #9849EE

Tints of Blue Violet #9849EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.4%

R = 32.83%
G = 15.77%
B = 51.4%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9849EE (or 0x9849EE) is known color: Blue Violet. HEX triplet: 98, 49 and EE. RGB value is (152,73,238). Sum of RGB (Red+Green+Blue) = 152+73+238=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #9849EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9849EE is #67B611. Grayscale: #727272. Windows color (decimal): -6796818 or 15616408. OLE color: 15616408.

HSL color Cylindrical-coordinate representation of color #9849EE: hue angle of 268.73º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9849EE is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 73 238 -
CMYK 0.36 0.69 0 0.07
HSL 268.73º 0.83% 0.61% -
HSV(B) 268.73º 0.69% 0.93% -
XYZ 30.76 17.61 82.67 -
YUV 115.43 197.17 154.08 -
System Red Green Blue C M Y K H S L
Decimal 152 73 238 0.36 0.69 0 0.07 268.73 0.83 0.61
Hex 98 49 EE 24 45 0 7 10D 53 3D
Octal 230 111 356 44 105 0 7 415 123 75
Binary 10011000 1001001 11101110 100100 1000101 0 111 100001101 1010011 111101

Color Harmonies of #9849EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9849EE

Black with #9849EE

Text Example


Text Example

White with #9849EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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