Html Css Color HEX #994F96 Violet Blue

📋 copy color: '#994F96'

red 153 ◦ green 79 ◦ blue 150

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

Shades of Violet Blue #994F96

Tints of Violet Blue #994F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.27%

R = 40.05%
G = 20.68%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#994F96 (or 0x994F96) is known color: Violet Blue. HEX triplet: 99, 4F and 96. RGB value is (153,79,150). Sum of RGB (Red+Green+Blue) = 153+79+150=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #994F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994F96 is #66B069. Grayscale: #6D6D6D. Windows color (decimal): -6729834 or 9850777. OLE color: 9850777.

HSL color Cylindrical-coordinate representation of color #994F96: hue angle of 302.43º 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 #994F96 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 79 150 -
CMYK 0 0.48 0.02 0.4
HSL 302.43º 0.32% 0.45% -
HSV(B) 302.43º 0.48% 0.6% -
XYZ 21.44 14.57 30.54 -
YUV 109.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 153 79 150 0 0.48 0.02 0.4 302.43 0.32 0.45
Hex 99 4F 96 0 30 2 28 12E 20 2D
Octal 231 117 226 0 60 2 50 456 40 55
Binary 10011001 1001111 10010110 0 110000 10 101000 100101110 100000 101101

Color Harmonies of #994F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F96

Black with #994F96

Text Example


Text Example

White with #994F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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