Html Css Color HEX #994B92 Violet Blue

📋 copy color: '#994B92'

red 153 ◦ green 75 ◦ blue 146

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

Shades of Violet Blue #994B92

Tints of Violet Blue #994B92

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.05%

 BLUE value IS 146 (57.42% from 255) = 39.04%

R = 40.91%
G = 20.05%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#994B92 (or 0x994B92) is known color: Violet Blue. HEX triplet: 99, 4B and 92. RGB value is (153,75,146). Sum of RGB (Red+Green+Blue) = 153+75+146=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #994B92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994B92 is #66B46D. Grayscale: #6A6A6A. Windows color (decimal): -6730862 or 9587609. OLE color: 9587609.

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

Color convert

RGB 153 75 146 -
CMYK 0 0.51 0.05 0.4
HSL 305.38º 0.34% 0.45% -
HSV(B) 305.38º 0.51% 0.6% -
XYZ 20.84 13.88 28.77 -
YUV 106.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 153 75 146 0 0.51 0.05 0.4 305.38 0.34 0.45
Hex 99 4B 92 0 33 5 28 131 22 2D
Octal 231 113 222 0 63 5 50 461 42 55
Binary 10011001 1001011 10010010 0 110011 101 101000 100110001 100010 101101

Color Harmonies of #994B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994B92

Black with #994B92

Text Example


Text Example

White with #994B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,75,146); }

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

background-color css

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

 a { background-color: rgb(153,75,146); }

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

border-color css

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

 span { border-color: rgb(153,75,146); }

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