Html Css Color HEX #994E8B Violet Blue

📋 copy color: '#994E8B'

red 153 ◦ green 78 ◦ blue 139

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

Shades of Violet Blue #994E8B

Tints of Violet Blue #994E8B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.08%

 BLUE value IS 139 (54.69% from 255) = 37.57%

R = 41.35%
G = 21.08%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#994E8B (or 0x994E8B) is known color: Violet Blue. HEX triplet: 99, 4E and 8B. RGB value is (153,78,139). Sum of RGB (Red+Green+Blue) = 153+78+139=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #994E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994E8B is #66B174. Grayscale: #6B6B6B. Windows color (decimal): -6730101 or 9129625. OLE color: 9129625.

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

Color convert

RGB 153 78 139 -
CMYK 0 0.49 0.09 0.4
HSL 311.2º 0.32% 0.45% -
HSV(B) 311.2º 0.49% 0.6% -
XYZ 20.52 14.09 26.06 -
YUV 107.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 153 78 139 0 0.49 0.09 0.4 311.2 0.32 0.45
Hex 99 4E 8B 0 31 9 28 137 20 2D
Octal 231 116 213 0 61 11 50 467 40 55
Binary 10011001 1001110 10001011 0 110001 1001 101000 100110111 100000 101101

Color Harmonies of #994E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E8B

Black with #994E8B

Text Example


Text Example

White with #994E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,78,139); }

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

background-color css

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

 a { background-color: rgb(153,78,139); }

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

border-color css

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

 span { border-color: rgb(153,78,139); }

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