Html Css Color HEX #994288 Violet Blue

📋 copy color: '#994288'

red 153 ◦ green 66 ◦ blue 136

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

Shades of Violet Blue #994288

Tints of Violet Blue #994288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.59%

 BLUE value IS 136 (53.52% from 255) = 38.31%

R = 43.1%
G = 18.59%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#994288 (or 0x994288) is known color: Violet Blue. HEX triplet: 99, 42 and 88. RGB value is (153,66,136). Sum of RGB (Red+Green+Blue) = 153+66+136=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #994288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994288 is #66BD77. Grayscale: #636363. Windows color (decimal): -6733176 or 8929945. OLE color: 8929945.

HSL color Cylindrical-coordinate representation of color #994288: hue angle of 311.72º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #994288 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 66 136 -
CMYK 0 0.57 0.11 0.4
HSL 311.72º 0.4% 0.43% -
HSV(B) 311.72º 0.57% 0.6% -
XYZ 19.53 12.45 24.67 -
YUV 99.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 153 66 136 0 0.57 0.11 0.4 311.72 0.4 0.43
Hex 99 42 88 0 39 B 28 138 28 2B
Octal 231 102 210 0 71 13 50 470 50 53
Binary 10011001 1000010 10001000 0 111001 1011 101000 100111000 101000 101011

Color Harmonies of #994288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994288

Black with #994288

Text Example


Text Example

White with #994288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994288; }

 p { color: rgb(153,66,136); }

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

background-color css

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

 a { background-color: rgb(153,66,136); }

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

border-color css

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

 span { border-color: rgb(153,66,136); }

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