Html Css Color HEX #995E96 Violet Blue

📋 copy color: '#995E96'

red 153 ◦ green 94 ◦ blue 150

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

Shades of Violet Blue #995E96

Tints of Violet Blue #995E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.78%

R = 38.54%
G = 23.68%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#995E96 (or 0x995E96) is known color: Violet Blue. HEX triplet: 99, 5E and 96. RGB value is (153,94,150). Sum of RGB (Red+Green+Blue) = 153+94+150=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #995E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995E96 is #66A169. Grayscale: #757575. Windows color (decimal): -6725994 or 9854617. OLE color: 9854617.

HSL color Cylindrical-coordinate representation of color #995E96: hue angle of 303.05º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #995E96 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 94 150 -
CMYK 0 0.39 0.02 0.4
HSL 303.05º 0.24% 0.48% -
HSV(B) 303.05º 0.39% 0.6% -
XYZ 22.64 16.98 30.94 -
YUV 118.03 146.05 152.95 -
System Red Green Blue C M Y K H S L
Decimal 153 94 150 0 0.39 0.02 0.4 303.05 0.24 0.48
Hex 99 5E 96 0 27 2 28 12F 18 30
Octal 231 136 226 0 47 2 50 457 30 60
Binary 10011001 1011110 10010110 0 100111 10 101000 100101111 11000 110000

Color Harmonies of #995E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995E96

Black with #995E96

Text Example


Text Example

White with #995E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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