Html Css Color HEX #994DEE Blue Violet

📋 copy color: '#994DEE'

red 153 ◦ green 77 ◦ blue 238

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

Shades of Blue Violet #994DEE

Tints of Blue Violet #994DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.45%

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

R = 32.69%
G = 16.45%
B = 50.85%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#994DEE (or 0x994DEE) is known color: Blue Violet. HEX triplet: 99, 4D and EE. RGB value is (153,77,238). Sum of RGB (Red+Green+Blue) = 153+77+238=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #994DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994DEE is #66B211. Grayscale: #757575. Windows color (decimal): -6730258 or 15617433. OLE color: 15617433.

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

Color convert

RGB 153 77 238 -
CMYK 0.36 0.68 0 0.07
HSL 268.32º 0.83% 0.62% -
HSV(B) 268.32º 0.68% 0.93% -
XYZ 31.22 18.25 82.77 -
YUV 118.08 195.68 152.91 -
System Red Green Blue C M Y K H S L
Decimal 153 77 238 0.36 0.68 0 0.07 268.32 0.83 0.62
Hex 99 4D EE 24 44 0 7 10C 53 3E
Octal 231 115 356 44 104 0 7 414 123 76
Binary 10011001 1001101 11101110 100100 1000100 0 111 100001100 1010011 111110

Color Harmonies of #994DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994DEE

Black with #994DEE

Text Example


Text Example

White with #994DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994DEE; }

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

 H1.HeaderClassName
 {
   color: #994DEE;
 }
 .AnyTagClassName
 {
   color: #994DEE;
 }
</style>

background-color css

<style>
 a { background-color: #994DEE; }

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

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

border-color css

<style>
 span { border-color: #994DEE; }

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

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