Html Css Color HEX #995090 Violet Blue

📋 copy color: '#995090'

red 153 ◦ green 80 ◦ blue 144

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

Shades of Violet Blue #995090

Tints of Violet Blue #995090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.22%

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

R = 40.58%
G = 21.22%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#995090 (or 0x995090) is known color: Violet Blue. HEX triplet: 99, 50 and 90. RGB value is (153,80,144). Sum of RGB (Red+Green+Blue) = 153+80+144=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #995090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995090 is #66AF6F. Grayscale: #6C6C6C. Windows color (decimal): -6729584 or 9457817. OLE color: 9457817.

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

Color convert

RGB 153 80 144 -
CMYK 0 0.48 0.06 0.4
HSL 307.4º 0.31% 0.46% -
HSV(B) 307.4º 0.48% 0.6% -
XYZ 21.04 14.52 28.08 -
YUV 109.12 147.68 159.3 -
System Red Green Blue C M Y K H S L
Decimal 153 80 144 0 0.48 0.06 0.4 307.4 0.31 0.46
Hex 99 50 90 0 30 6 28 133 1F 2E
Octal 231 120 220 0 60 6 50 463 37 56
Binary 10011001 1010000 10010000 0 110000 110 101000 100110011 11111 101110

Color Harmonies of #995090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995090

Black with #995090

Text Example


Text Example

White with #995090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995090; }

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

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

background-color css

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

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

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

border-color css

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

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

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