Html Css Color HEX #95075A Eggplant

📋 copy color: '#95075A'

red 149 ◦ green 7 ◦ blue 90

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

Shades of Eggplant #95075A

Tints of Eggplant #95075A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.59%

R = 60.57%
G = 2.85%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#95075A (or 0x95075A) is known color: Eggplant. HEX triplet: 95, 07 and 5A. RGB value is (149,7,90). Sum of RGB (Red+Green+Blue) = 149+7+90=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #95075A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95075A is #6AF8A5. Grayscale: #3A3A3A. Windows color (decimal): -7010470 or 5900181. OLE color: 5900181.

HSL color Cylindrical-coordinate representation of color #95075A: hue angle of 324.93º 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 #95075A is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 7 90 -
CMYK 0 0.95 0.40 0.42
HSL 324.93º 0.91% 0.31% -
HSV(B) 324.93º 0.95% 0.58% -
XYZ 14.32 7.28 10.32 -
YUV 58.92 145.54 192.25 -
System Red Green Blue C M Y K H S L
Decimal 149 7 90 0 0.95 0.40 0.42 324.93 0.91 0.31
Hex 95 7 5A 0 5F 28 2A 145 5B 1F
Octal 225 7 132 0 137 50 52 505 133 37
Binary 10010101 111 1011010 0 1011111 101000 101010 101000101 1011011 11111

Color Harmonies of #95075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95075A

Black with #95075A

Text Example


Text Example

White with #95075A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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