Html Css Color HEX #95075D Eggplant

📋 copy color: '#95075D'

red 149 ◦ green 7 ◦ blue 93

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

Shades of Eggplant #95075D

Tints of Eggplant #95075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.81%

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

R = 59.84%
G = 2.81%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95075D (or 0x95075D) is known color: Eggplant. HEX triplet: 95, 07 and 5D. RGB value is (149,7,93). Sum of RGB (Red+Green+Blue) = 149+7+93=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #95075D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95075D is #6AF8A2. Grayscale: #3B3B3B. Windows color (decimal): -7010467 or 6096789. OLE color: 6096789.

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

Color convert

RGB 149 7 93 -
CMYK 0 0.95 0.38 0.42
HSL 323.66º 0.91% 0.31% -
HSV(B) 323.66º 0.95% 0.58% -
XYZ 14.45 7.33 11.01 -
YUV 59.26 147.04 192.01 -
System Red Green Blue C M Y K H S L
Decimal 149 7 93 0 0.95 0.38 0.42 323.66 0.91 0.31
Hex 95 7 5D 0 5F 26 2A 144 5B 1F
Octal 225 7 135 0 137 46 52 504 133 37
Binary 10010101 111 1011101 0 1011111 100110 101010 101000100 1011011 11111

Color Harmonies of #95075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95075D

Black with #95075D

Text Example


Text Example

White with #95075D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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