Html Css Color HEX #995190 Violet Blue

📋 copy color: '#995190'

red 153 ◦ green 81 ◦ blue 144

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

Shades of Violet Blue #995190

Tints of Violet Blue #995190

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.43%

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

R = 40.48%
G = 21.43%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#995190 (or 0x995190) is known color: Violet Blue. HEX triplet: 99, 51 and 90. RGB value is (153,81,144). Sum of RGB (Red+Green+Blue) = 153+81+144=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #995190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995190 is #66AE6F. Grayscale: #6D6D6D. Windows color (decimal): -6729328 or 9458073. OLE color: 9458073.

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

Color convert

RGB 153 81 144 -
CMYK 0 0.47 0.06 0.4
HSL 307.5º 0.31% 0.46% -
HSV(B) 307.5º 0.47% 0.6% -
XYZ 21.11 14.67 28.1 -
YUV 109.71 147.35 158.88 -
System Red Green Blue C M Y K H S L
Decimal 153 81 144 0 0.47 0.06 0.4 307.5 0.31 0.46
Hex 99 51 90 0 2F 6 28 134 1F 2E
Octal 231 121 220 0 57 6 50 464 37 56
Binary 10011001 1010001 10010000 0 101111 110 101000 100110100 11111 101110

Color Harmonies of #995190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995190

Black with #995190

Text Example


Text Example

White with #995190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995190; }

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

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

background-color css

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

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

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

border-color css

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

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

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