Html Css Color HEX #994CED Blue Violet

📋 copy color: '#994CED'

red 153 ◦ green 76 ◦ blue 237

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

Shades of Blue Violet #994CED

Tints of Blue Violet #994CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.86%

R = 32.83%
G = 16.31%
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

#994CED (or 0x994CED) is known color: Blue Violet. HEX triplet: 99, 4C and ED. RGB value is (153,76,237). Sum of RGB (Red+Green+Blue) = 153+76+237=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #994CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994CED is #66B312. Grayscale: #747474. Windows color (decimal): -6730515 or 15551641. OLE color: 15551641.

HSL color Cylindrical-coordinate representation of color #994CED: hue angle of 268.7º degrees, saturation: 0.82, 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 #994CED is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 76 237 -
CMYK 0.35 0.68 0 0.07
HSL 268.7º 0.82% 0.61% -
HSV(B) 268.7º 0.68% 0.93% -
XYZ 31.01 18.06 81.97 -
YUV 117.38 195.51 153.41 -
System Red Green Blue C M Y K H S L
Decimal 153 76 237 0.35 0.68 0 0.07 268.7 0.82 0.61
Hex 99 4C ED 23 44 0 7 10D 52 3D
Octal 231 114 355 43 104 0 7 415 122 75
Binary 10011001 1001100 11101101 100011 1000100 0 111 100001101 1010010 111101

Color Harmonies of #994CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994CED

Black with #994CED

Text Example


Text Example

White with #994CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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