Html Css Color HEX #994C8E Violet Blue

📋 copy color: '#994C8E'

red 153 ◦ green 76 ◦ blue 142

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

Shades of Violet Blue #994C8E

Tints of Violet Blue #994C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.27%

R = 41.24%
G = 20.49%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#994C8E (or 0x994C8E) is known color: Violet Blue. HEX triplet: 99, 4C and 8E. RGB value is (153,76,142). Sum of RGB (Red+Green+Blue) = 153+76+142=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #994C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994C8E is #66B371. Grayscale: #6A6A6A. Windows color (decimal): -6730610 or 9325721. OLE color: 9325721.

HSL color Cylindrical-coordinate representation of color #994C8E: hue angle of 308.57º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994C8E is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 76 142 -
CMYK 0 0.50 0.07 0.4
HSL 308.57º 0.34% 0.45% -
HSV(B) 308.57º 0.5% 0.6% -
XYZ 20.6 13.89 27.19 -
YUV 106.55 148.01 161.13 -
System Red Green Blue C M Y K H S L
Decimal 153 76 142 0 0.50 0.07 0.4 308.57 0.34 0.45
Hex 99 4C 8E 0 32 7 28 135 22 2D
Octal 231 114 216 0 62 7 50 465 42 55
Binary 10011001 1001100 10001110 0 110010 111 101000 100110101 100010 101101

Color Harmonies of #994C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C8E

Black with #994C8E

Text Example


Text Example

White with #994C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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