Html Css Color HEX #994BA4 Violet Blue

📋 copy color: '#994BA4'

red 153 ◦ green 75 ◦ blue 164

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

Shades of Violet Blue #994BA4

Tints of Violet Blue #994BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.84%

R = 39.03%
G = 19.13%
B = 41.84%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#994BA4 (or 0x994BA4) is known color: Violet Blue. HEX triplet: 99, 4B and A4. RGB value is (153,75,164). Sum of RGB (Red+Green+Blue) = 153+75+164=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 164 - color contains mainly: blue. Hex color #994BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994BA4 is #66B45B. Grayscale: #6C6C6C. Windows color (decimal): -6730844 or 10767257. OLE color: 10767257.

HSL color Cylindrical-coordinate representation of color #994BA4: hue angle of 292.58º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994BA4 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 75 164 -
CMYK 0.07 0.54 0 0.36
HSL 292.58º 0.37% 0.47% -
HSV(B) 292.58º 0.54% 0.64% -
XYZ 22.35 14.48 36.74 -
YUV 108.47 159.34 159.76 -
System Red Green Blue C M Y K H S L
Decimal 153 75 164 0.07 0.54 0 0.36 292.58 0.37 0.47
Hex 99 4B A4 7 36 0 24 125 25 2F
Octal 231 113 244 7 66 0 44 445 45 57
Binary 10011001 1001011 10100100 111 110110 0 100100 100100101 100101 101111

Color Harmonies of #994BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994BA4

Black with #994BA4

Text Example


Text Example

White with #994BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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