Html Css Color HEX #9949EE Blue Violet

📋 copy color: '#9949EE'

red 153 ◦ green 73 ◦ blue 238

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

Shades of Blue Violet #9949EE

Tints of Blue Violet #9949EE

RGB

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

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

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

R = 32.97%
G = 15.73%
B = 51.29%

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

#9949EE (or 0x9949EE) is known color: Blue Violet. HEX triplet: 99, 49 and EE. RGB value is (153,73,238). Sum of RGB (Red+Green+Blue) = 153+73+238=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #9949EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9949EE is #66B611. Grayscale: #737373. Windows color (decimal): -6731282 or 15616409. OLE color: 15616409.

HSL color Cylindrical-coordinate representation of color #9949EE: hue angle of 269.09º 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 #9949EE is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 73 238 -
CMYK 0.36 0.69 0 0.07
HSL 269.09º 0.83% 0.61% -
HSV(B) 269.09º 0.69% 0.93% -
XYZ 30.95 17.71 82.68 -
YUV 115.73 197 154.58 -
System Red Green Blue C M Y K H S L
Decimal 153 73 238 0.36 0.69 0 0.07 269.09 0.83 0.61
Hex 99 49 EE 24 45 0 7 10D 53 3D
Octal 231 111 356 44 105 0 7 415 123 75
Binary 10011001 1001001 11101110 100100 1000101 0 111 100001101 1010011 111101

Color Harmonies of #9949EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9949EE

Black with #9949EE

Text Example


Text Example

White with #9949EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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