Html Css Color HEX #94006B Eggplant

📋 copy color: '#94006B'

red 148 ◦ green 0 ◦ blue 107

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

Shades of Eggplant #94006B

Tints of Eggplant #94006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.96%

R = 58.04%
G = 0%
B = 41.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#94006B (or 0x94006B) is known color: Eggplant. HEX triplet: 94, 00 and 6B. RGB value is (148,0,107). Sum of RGB (Red+Green+Blue) = 148+0+107=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #94006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94006B is #6BFF94. Grayscale: #383838. Windows color (decimal): -7077781 or 7012500. OLE color: 7012500.

HSL color Cylindrical-coordinate representation of color #94006B: hue angle of 316.62º 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 #94006B is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 0 107 -
CMYK 0 1 0.28 0.42
HSL 316.62º 1% 0.29% -
HSV(B) 316.62º 1% 0.58% -
XYZ 14.87 7.36 14.55 -
YUV 56.45 156.53 193.3 -
System Red Green Blue C M Y K H S L
Decimal 148 0 107 0 1 0.28 0.42 316.62 1 0.29
Hex 94 0 6B 0 64 1C 2A 13D 64 1D
Octal 224 0 153 0 144 34 52 475 144 35
Binary 10010100 0 1101011 0 1100100 11100 101010 100111101 1100100 11101

Color Harmonies of #94006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94006B

Black with #94006B

Text Example


Text Example

White with #94006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94006B; }

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

 H1.HeaderClassName
 {
   color: #94006B;
 }
 .AnyTagClassName
 {
   color: #94006B;
 }
</style>

background-color css

<style>
 a { background-color: #94006B; }

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

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

border-color css

<style>
 span { border-color: #94006B; }

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

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