Html Css Color HEX #95075E Eggplant

📋 copy color: '#95075E'

red 149 ◦ green 7 ◦ blue 94

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

Shades of Eggplant #95075E

Tints of Eggplant #95075E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.6%

R = 59.6%
G = 2.8%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#95075E (or 0x95075E) is known color: Eggplant. HEX triplet: 95, 07 and 5E. RGB value is (149,7,94). Sum of RGB (Red+Green+Blue) = 149+7+94=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #95075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95075E is #6AF8A1. Grayscale: #3B3B3B. Windows color (decimal): -7010466 or 6162325. OLE color: 6162325.

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

Color convert

RGB 149 7 94 -
CMYK 0 0.95 0.37 0.42
HSL 323.24º 0.91% 0.31% -
HSV(B) 323.24º 0.95% 0.58% -
XYZ 14.49 7.35 11.24 -
YUV 59.38 147.54 191.93 -
System Red Green Blue C M Y K H S L
Decimal 149 7 94 0 0.95 0.37 0.42 323.24 0.91 0.31
Hex 95 7 5E 0 5F 25 2A 143 5B 1F
Octal 225 7 136 0 137 45 52 503 133 37
Binary 10010101 111 1011110 0 1011111 100101 101010 101000011 1011011 11111

Color Harmonies of #95075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95075E

Black with #95075E

Text Example


Text Example

White with #95075E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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