Html Css Color HEX #994F8E Violet Blue

📋 copy color: '#994F8E'

red 153 ◦ green 79 ◦ blue 142

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

Shades of Violet Blue #994F8E

Tints of Violet Blue #994F8E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.12%

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

R = 40.91%
G = 21.12%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#994F8E (or 0x994F8E) is known color: Violet Blue. HEX triplet: 99, 4F and 8E. RGB value is (153,79,142). Sum of RGB (Red+Green+Blue) = 153+79+142=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #994F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994F8E is #66B071. Grayscale: #6C6C6C. Windows color (decimal): -6729842 or 9326489. OLE color: 9326489.

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

Color convert

RGB 153 79 142 -
CMYK 0 0.48 0.07 0.4
HSL 308.92º 0.32% 0.45% -
HSV(B) 308.92º 0.48% 0.6% -
XYZ 20.82 14.32 27.26 -
YUV 108.31 147.02 159.88 -
System Red Green Blue C M Y K H S L
Decimal 153 79 142 0 0.48 0.07 0.4 308.92 0.32 0.45
Hex 99 4F 8E 0 30 7 28 135 20 2D
Octal 231 117 216 0 60 7 50 465 40 55
Binary 10011001 1001111 10001110 0 110000 111 101000 100110101 100000 101101

Color Harmonies of #994F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F8E

Black with #994F8E

Text Example


Text Example

White with #994F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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