Html Css Color HEX #940067 Eggplant

📋 copy color: '#940067'

red 148 ◦ green 0 ◦ blue 103

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

Shades of Eggplant #940067

Tints of Eggplant #940067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.04%

R = 58.96%
G = 0%
B = 41.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#940067 (or 0x940067) is known color: Eggplant. HEX triplet: 94, 00 and 67. RGB value is (148,0,103). Sum of RGB (Red+Green+Blue) = 148+0+103=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #940067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940067 is #6BFF98. Grayscale: #373737. Windows color (decimal): -7077785 or 6750356. OLE color: 6750356.

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

Color convert

RGB 148 0 103 -
CMYK 0 1 0.30 0.42
HSL 318.24º 1% 0.29% -
HSV(B) 318.24º 1% 0.58% -
XYZ 14.66 7.28 13.46 -
YUV 55.99 154.53 193.62 -
System Red Green Blue C M Y K H S L
Decimal 148 0 103 0 1 0.30 0.42 318.24 1 0.29
Hex 94 0 67 0 64 1E 2A 13E 64 1D
Octal 224 0 147 0 144 36 52 476 144 35
Binary 10010100 0 1100111 0 1100100 11110 101010 100111110 1100100 11101

Color Harmonies of #940067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940067

Black with #940067

Text Example


Text Example

White with #940067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940067; }

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

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

background-color css

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

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

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

border-color css

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

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

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