Html Css Color HEX #94005F Eggplant

📋 copy color: '#94005F'

red 148 ◦ green 0 ◦ blue 95

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

Shades of Eggplant #94005F

Tints of Eggplant #94005F

RGB

 RED value IS 148 (58.2% from 255) = 60.91%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 95 (37.5% from 255) = 39.09%

R = 60.91%
G = 0%
B = 39.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#94005F (or 0x94005F) is known color: Eggplant. HEX triplet: 94, 00 and 5F. RGB value is (148,0,95). Sum of RGB (Red+Green+Blue) = 148+0+95=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #94005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94005F is #6BFFA0. Grayscale: #363636. Windows color (decimal): -7077793 or 6226068. OLE color: 6226068.

HSL color Cylindrical-coordinate representation of color #94005F: hue angle of 321.49º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94005F is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 0 95 -
CMYK 0 1 0.36 0.42
HSL 321.49º 1% 0.29% -
HSV(B) 321.49º 1% 0.58% -
XYZ 14.28 7.12 11.45 -
YUV 55.08 150.53 194.28 -
System Red Green Blue C M Y K H S L
Decimal 148 0 95 0 1 0.36 0.42 321.49 1 0.29
Hex 94 0 5F 0 64 24 2A 141 64 1D
Octal 224 0 137 0 144 44 52 501 144 35
Binary 10010100 0 1011111 0 1100100 100100 101010 101000001 1100100 11101

Color Harmonies of #94005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94005F

Black with #94005F

Text Example


Text Example

White with #94005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94005F; }

 p { color: rgb(148,0,95); }

 H1.HeaderClassName
 {
   color: #94005F;
 }
 .AnyTagClassName
 {
   color: #94005F;
 }
</style>

background-color css

<style>
 a { background-color: #94005F; }

 a { background-color: rgb(148,0,95); }

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

border-color css

<style>
 span { border-color: #94005F; }

 span { border-color: rgb(148,0,95); }

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