Html Css Color HEX #95095D Eggplant

📋 copy color: '#95095D'

red 149 ◦ green 9 ◦ blue 93

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

Shades of Eggplant #95095D

Tints of Eggplant #95095D

RGB

 RED value IS 149 (58.59% from 255) = 59.36%

 GREEN value IS 9 (3.91% from 255) = 3.59%

 BLUE value IS 93 (36.72% from 255) = 37.05%

R = 59.36%
G = 3.59%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95095D (or 0x95095D) is known color: Eggplant. HEX triplet: 95, 09 and 5D. RGB value is (149,9,93). Sum of RGB (Red+Green+Blue) = 149+9+93=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #95095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95095D is #6AF6A2. Grayscale: #3C3C3C. Windows color (decimal): -7009955 or 6097301. OLE color: 6097301.

HSL color Cylindrical-coordinate representation of color #95095D: hue angle of 324º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #95095D is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 9 93 -
CMYK 0 0.94 0.38 0.42
HSL 324º 0.89% 0.31% -
HSV(B) 324º 0.94% 0.58% -
XYZ 14.47 7.38 11.02 -
YUV 60.44 146.38 191.17 -
System Red Green Blue C M Y K H S L
Decimal 149 9 93 0 0.94 0.38 0.42 324 0.89 0.31
Hex 95 9 5D 0 5E 26 2A 144 59 1F
Octal 225 11 135 0 136 46 52 504 131 37
Binary 10010101 1001 1011101 0 1011110 100110 101010 101000100 1011001 11111

Color Harmonies of #95095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95095D

Black with #95095D

Text Example


Text Example

White with #95095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95095D; }

 p { color: rgb(149,9,93); }

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

background-color css

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

 a { background-color: rgb(149,9,93); }

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

border-color css

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

 span { border-color: rgb(149,9,93); }

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