Html Css Color HEX #995E8D Violet Blue

📋 copy color: '#995E8D'

red 153 ◦ green 94 ◦ blue 141

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

Shades of Violet Blue #995E8D

Tints of Violet Blue #995E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.34%

R = 39.43%
G = 24.23%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#995E8D (or 0x995E8D) is known color: Violet Blue. HEX triplet: 99, 5E and 8D. RGB value is (153,94,141). Sum of RGB (Red+Green+Blue) = 153+94+141=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #995E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995E8D is #66A172. Grayscale: #747474. Windows color (decimal): -6726003 or 9264793. OLE color: 9264793.

HSL color Cylindrical-coordinate representation of color #995E8D: hue angle of 312.2º 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 #995E8D is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 94 141 -
CMYK 0 0.39 0.08 0.4
HSL 312.2º 0.24% 0.48% -
HSV(B) 312.2º 0.39% 0.6% -
XYZ 21.95 16.7 27.27 -
YUV 117 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 153 94 141 0 0.39 0.08 0.4 312.2 0.24 0.48
Hex 99 5E 8D 0 27 8 28 138 18 30
Octal 231 136 215 0 47 10 50 470 30 60
Binary 10011001 1011110 10001101 0 100111 1000 101000 100111000 11000 110000

Color Harmonies of #995E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995E8D

Black with #995E8D

Text Example


Text Example

White with #995E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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