Html Css Color HEX #994CEA Blue Violet

📋 copy color: '#994CEA'

red 153 ◦ green 76 ◦ blue 234

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

Shades of Blue Violet #994CEA

Tints of Blue Violet #994CEA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.41%

 BLUE value IS 234 (91.8% from 255) = 50.54%

R = 33.05%
G = 16.41%
B = 50.54%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#994CEA (or 0x994CEA) is known color: Blue Violet. HEX triplet: 99, 4C and EA. RGB value is (153,76,234). Sum of RGB (Red+Green+Blue) = 153+76+234=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #994CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994CEA is #66B315. Grayscale: #747474. Windows color (decimal): -6730518 or 15355033. OLE color: 15355033.

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

Color convert

RGB 153 76 234 -
CMYK 0.35 0.68 0 0.08
HSL 269.24º 0.79% 0.61% -
HSV(B) 269.24º 0.68% 0.92% -
XYZ 30.57 17.88 79.68 -
YUV 117.04 194.01 153.65 -
System Red Green Blue C M Y K H S L
Decimal 153 76 234 0.35 0.68 0 0.08 269.24 0.79 0.61
Hex 99 4C EA 23 44 0 8 10D 4F 3D
Octal 231 114 352 43 104 0 10 415 117 75
Binary 10011001 1001100 11101010 100011 1000100 0 1000 100001101 1001111 111101

Color Harmonies of #994CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994CEA

Black with #994CEA

Text Example


Text Example

White with #994CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,76,234); }

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

background-color css

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

 a { background-color: rgb(153,76,234); }

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

border-color css

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

 span { border-color: rgb(153,76,234); }

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