Html Css Color HEX #995490 Violet Blue

📋 copy color: '#995490'

red 153 ◦ green 84 ◦ blue 144

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

Shades of Violet Blue #995490

Tints of Violet Blue #995490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.05%

 BLUE value IS 144 (56.64% from 255) = 37.8%

R = 40.16%
G = 22.05%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#995490 (or 0x995490) is known color: Violet Blue. HEX triplet: 99, 54 and 90. RGB value is (153,84,144). Sum of RGB (Red+Green+Blue) = 153+84+144=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #995490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995490 is #66AB6F. Grayscale: #6F6F6F. Windows color (decimal): -6728560 or 9458841. OLE color: 9458841.

HSL color Cylindrical-coordinate representation of color #995490: hue angle of 307.83º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #995490 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 84 144 -
CMYK 0 0.45 0.06 0.4
HSL 307.83º 0.29% 0.46% -
HSV(B) 307.83º 0.45% 0.6% -
XYZ 21.34 15.13 28.18 -
YUV 111.47 146.36 157.62 -
System Red Green Blue C M Y K H S L
Decimal 153 84 144 0 0.45 0.06 0.4 307.83 0.29 0.46
Hex 99 54 90 0 2D 6 28 134 1D 2E
Octal 231 124 220 0 55 6 50 464 35 56
Binary 10011001 1010100 10010000 0 101101 110 101000 100110100 11101 101110

Color Harmonies of #995490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995490

Black with #995490

Text Example


Text Example

White with #995490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995490; }

 p { color: rgb(153,84,144); }

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

background-color css

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

 a { background-color: rgb(153,84,144); }

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

border-color css

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

 span { border-color: rgb(153,84,144); }

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