Html Css Color HEX #995890 Violet Blue

📋 copy color: '#995890'

red 153 ◦ green 88 ◦ blue 144

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

Shades of Violet Blue #995890

Tints of Violet Blue #995890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.86%

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

R = 39.74%
G = 22.86%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#995890 (or 0x995890) is known color: Violet Blue. HEX triplet: 99, 58 and 90. RGB value is (153,88,144). Sum of RGB (Red+Green+Blue) = 153+88+144=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #995890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995890 is #66A76F. Grayscale: #717171. Windows color (decimal): -6727536 or 9459865. OLE color: 9459865.

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

Color convert

RGB 153 88 144 -
CMYK 0 0.42 0.06 0.4
HSL 308.31º 0.27% 0.47% -
HSV(B) 308.31º 0.42% 0.6% -
XYZ 21.66 15.77 28.29 -
YUV 113.82 145.03 155.95 -
System Red Green Blue C M Y K H S L
Decimal 153 88 144 0 0.42 0.06 0.4 308.31 0.27 0.47
Hex 99 58 90 0 2A 6 28 134 1B 2F
Octal 231 130 220 0 52 6 50 464 33 57
Binary 10011001 1011000 10010000 0 101010 110 101000 100110100 11011 101111

Color Harmonies of #995890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995890

Black with #995890

Text Example


Text Example

White with #995890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995890; }

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

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

background-color css

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

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

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

border-color css

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

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

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