Html Css Color HEX #994BEC Blue Violet

📋 copy color: '#994BEC'

red 153 ◦ green 75 ◦ blue 236

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

Shades of Blue Violet #994BEC

Tints of Blue Violet #994BEC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.16%

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

R = 32.97%
G = 16.16%
B = 50.86%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#994BEC (or 0x994BEC) is known color: Blue Violet. HEX triplet: 99, 4B and EC. RGB value is (153,75,236). Sum of RGB (Red+Green+Blue) = 153+75+236=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #994BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994BEC is #66B413. Grayscale: #747474. Windows color (decimal): -6730772 or 15485849. OLE color: 15485849.

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

Color convert

RGB 153 75 236 -
CMYK 0.35 0.68 0 0.07
HSL 269.07º 0.81% 0.61% -
HSV(B) 269.07º 0.68% 0.93% -
XYZ 30.79 17.86 81.18 -
YUV 116.68 195.34 153.91 -
System Red Green Blue C M Y K H S L
Decimal 153 75 236 0.35 0.68 0 0.07 269.07 0.81 0.61
Hex 99 4B EC 23 44 0 7 10D 51 3D
Octal 231 113 354 43 104 0 7 415 121 75
Binary 10011001 1001011 11101100 100011 1000100 0 111 100001101 1010001 111101

Color Harmonies of #994BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994BEC

Black with #994BEC

Text Example


Text Example

White with #994BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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