Html Css Color HEX #995091 Violet Blue

📋 copy color: '#995091'

red 153 ◦ green 80 ◦ blue 145

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

Shades of Violet Blue #995091

Tints of Violet Blue #995091

RGB

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

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

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

R = 40.48%
G = 21.16%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#995091 (or 0x995091) is known color: Violet Blue. HEX triplet: 99, 50 and 91. RGB value is (153,80,145). Sum of RGB (Red+Green+Blue) = 153+80+145=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #995091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995091 is #66AF6E. Grayscale: #6D6D6D. Windows color (decimal): -6729583 or 9523353. OLE color: 9523353.

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

Color convert

RGB 153 80 145 -
CMYK 0 0.48 0.05 0.4
HSL 306.58º 0.31% 0.46% -
HSV(B) 306.58º 0.48% 0.6% -
XYZ 21.12 14.55 28.48 -
YUV 109.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 153 80 145 0 0.48 0.05 0.4 306.58 0.31 0.46
Hex 99 50 91 0 30 5 28 133 1F 2E
Octal 231 120 221 0 60 5 50 463 37 56
Binary 10011001 1010000 10010001 0 110000 101 101000 100110011 11111 101110

Color Harmonies of #995091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995091

Black with #995091

Text Example


Text Example

White with #995091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995091; }

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

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

background-color css

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

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

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

border-color css

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

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

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