Html Css Color HEX #995191 Violet Blue

📋 copy color: '#995191'

red 153 ◦ green 81 ◦ blue 145

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

Shades of Violet Blue #995191

Tints of Violet Blue #995191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.26%

R = 40.37%
G = 21.37%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#995191 (or 0x995191) is known color: Violet Blue. HEX triplet: 99, 51 and 91. RGB value is (153,81,145). Sum of RGB (Red+Green+Blue) = 153+81+145=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #995191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995191 is #66AE6E. Grayscale: #6D6D6D. Windows color (decimal): -6729327 or 9523609. OLE color: 9523609.

HSL color Cylindrical-coordinate representation of color #995191: hue angle of 306.67º 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 #995191 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 81 145 -
CMYK 0 0.47 0.05 0.4
HSL 306.67º 0.31% 0.46% -
HSV(B) 306.67º 0.47% 0.6% -
XYZ 21.19 14.7 28.51 -
YUV 109.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 153 81 145 0 0.47 0.05 0.4 306.67 0.31 0.46
Hex 99 51 91 0 2F 5 28 133 1F 2E
Octal 231 121 221 0 57 5 50 463 37 56
Binary 10011001 1010001 10010001 0 101111 101 101000 100110011 11111 101110

Color Harmonies of #995191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995191

Black with #995191

Text Example


Text Example

White with #995191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995191; }

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

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

background-color css

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

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

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

border-color css

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

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

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