Html Css Color HEX #94065C Eggplant

📋 copy color: '#94065C'

red 148 ◦ green 6 ◦ blue 92

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

Shades of Eggplant #94065C

Tints of Eggplant #94065C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.44%

 BLUE value IS 92 (36.33% from 255) = 37.4%

R = 60.16%
G = 2.44%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#94065C (or 0x94065C) is known color: Eggplant. HEX triplet: 94, 06 and 5C. RGB value is (148,6,92). Sum of RGB (Red+Green+Blue) = 148+6+92=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #94065C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94065C is #6BF9A3. Grayscale: #3A3A3A. Windows color (decimal): -7076260 or 6030996. OLE color: 6030996.

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

Color convert

RGB 148 6 92 -
CMYK 0 0.96 0.38 0.42
HSL 323.66º 0.92% 0.3% -
HSV(B) 323.66º 0.96% 0.58% -
XYZ 14.21 7.2 10.77 -
YUV 58.26 147.04 192.01 -
System Red Green Blue C M Y K H S L
Decimal 148 6 92 0 0.96 0.38 0.42 323.66 0.92 0.3
Hex 94 6 5C 0 60 26 2A 144 5C 1E
Octal 224 6 134 0 140 46 52 504 134 36
Binary 10010100 110 1011100 0 1100000 100110 101010 101000100 1011100 11110

Color Harmonies of #94065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94065C

Black with #94065C

Text Example


Text Example

White with #94065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94065C; }

 p { color: rgb(148,6,92); }

 H1.HeaderClassName
 {
   color: #94065C;
 }
 .AnyTagClassName
 {
   color: #94065C;
 }
</style>

background-color css

<style>
 a { background-color: #94065C; }

 a { background-color: rgb(148,6,92); }

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

border-color css

<style>
 span { border-color: #94065C; }

 span { border-color: rgb(148,6,92); }

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