Html Css Color HEX #995EA1 Violet Blue

📋 copy color: '#995EA1'

red 153 ◦ green 94 ◦ blue 161

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

Shades of Violet Blue #995EA1

Tints of Violet Blue #995EA1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.04%

 BLUE value IS 161 (63.28% from 255) = 39.46%

R = 37.5%
G = 23.04%
B = 39.46%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#995EA1 (or 0x995EA1) is known color: Violet Blue. HEX triplet: 99, 5E and A1. RGB value is (153,94,161). Sum of RGB (Red+Green+Blue) = 153+94+161=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 161 (63.28% from 255 or 39.46% from 408); Max value from RGB is 161 - color contains mainly: blue. Hex color #995EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995EA1 is #66A15E. Grayscale: #777777. Windows color (decimal): -6725983 or 10575513. OLE color: 10575513.

HSL color Cylindrical-coordinate representation of color #995EA1: hue angle of 292.84º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #995EA1 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 94 161 -
CMYK 0.05 0.42 0 0.37
HSL 292.84º 0.26% 0.5% -
HSV(B) 292.84º 0.42% 0.63% -
XYZ 23.57 17.35 35.82 -
YUV 119.28 151.55 152.05 -
System Red Green Blue C M Y K H S L
Decimal 153 94 161 0.05 0.42 0 0.37 292.84 0.26 0.5
Hex 99 5E A1 5 2A 0 25 125 1A 32
Octal 231 136 241 5 52 0 45 445 32 62
Binary 10011001 1011110 10100001 101 101010 0 100101 100100101 11010 110010

Color Harmonies of #995EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995EA1

Black with #995EA1

Text Example


Text Example

White with #995EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995EA1; }

 p { color: rgb(153,94,161); }

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

background-color css

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

 a { background-color: rgb(153,94,161); }

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

border-color css

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

 span { border-color: rgb(153,94,161); }

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