Html Css Color HEX #994BE4 Blue Violet

📋 copy color: '#994BE4'

red 153 ◦ green 75 ◦ blue 228

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

Shades of Blue Violet #994BE4

Tints of Blue Violet #994BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 50%

R = 33.55%
G = 16.45%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#994BE4 (or 0x994BE4) is known color: Blue Violet. HEX triplet: 99, 4B and E4. RGB value is (153,75,228). Sum of RGB (Red+Green+Blue) = 153+75+228=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 228 (89.45% from 255 or 50% from 456); Max value from RGB is 228 - color contains mainly: blue. Hex color #994BE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994BE4 is #66B41B. Grayscale: #737373. Windows color (decimal): -6730780 or 14961561. OLE color: 14961561.

HSL color Cylindrical-coordinate representation of color #994BE4: hue angle of 270.59º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #994BE4 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 153 75 228 -
CMYK 0.33 0.67 0 0.11
HSL 270.59º 0.74% 0.59% -
HSV(B) 270.59º 0.67% 0.89% -
XYZ 29.66 17.41 75.2 -
YUV 115.76 191.34 154.56 -
System Red Green Blue C M Y K H S L
Decimal 153 75 228 0.33 0.67 0 0.11 270.59 0.74 0.59
Hex 99 4B E4 21 43 0 B 10F 4A 3B
Octal 231 113 344 41 103 0 13 417 112 73
Binary 10011001 1001011 11100100 100001 1000011 0 1011 100001111 1001010 111011

Color Harmonies of #994BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994BE4

Black with #994BE4

Text Example


Text Example

White with #994BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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