Html Css Color HEX #994DEC Blue Violet

📋 copy color: '#994DEC'

red 153 ◦ green 77 ◦ blue 236

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

Shades of Blue Violet #994DEC

Tints of Blue Violet #994DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.64%

R = 32.83%
G = 16.52%
B = 50.64%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#994DEC (or 0x994DEC) is known color: Blue Violet. HEX triplet: 99, 4D and EC. RGB value is (153,77,236). Sum of RGB (Red+Green+Blue) = 153+77+236=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #994DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994DEC is #66B213. Grayscale: #757575. Windows color (decimal): -6730260 or 15486361. OLE color: 15486361.

HSL color Cylindrical-coordinate representation of color #994DEC: hue angle of 268.68º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #994DEC is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 77 236 -
CMYK 0.35 0.67 0 0.07
HSL 268.68º 0.81% 0.61% -
HSV(B) 268.68º 0.67% 0.93% -
XYZ 30.93 18.14 81.23 -
YUV 117.85 194.68 153.07 -
System Red Green Blue C M Y K H S L
Decimal 153 77 236 0.35 0.67 0 0.07 268.68 0.81 0.61
Hex 99 4D EC 23 43 0 7 10D 51 3D
Octal 231 115 354 43 103 0 7 415 121 75
Binary 10011001 1001101 11101100 100011 1000011 0 111 100001101 1010001 111101

Color Harmonies of #994DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994DEC

Black with #994DEC

Text Example


Text Example

White with #994DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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