Html Css Color HEX #970D69 Eggplant

📋 copy color: '#970D69'

red 151 ◦ green 13 ◦ blue 105

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

Shades of Eggplant #970D69

Tints of Eggplant #970D69

RGB

 RED value IS 151 (59.38% from 255) = 56.13%

 GREEN value IS 13 (5.47% from 255) = 4.83%

 BLUE value IS 105 (41.41% from 255) = 39.03%

R = 56.13%
G = 4.83%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#970D69 (or 0x970D69) is known color: Eggplant. HEX triplet: 97, 0D and 69. RGB value is (151,13,105). Sum of RGB (Red+Green+Blue) = 151+13+105=269 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.13% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 151 - color contains mainly: red. Hex color #970D69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970D69 is #68F296. Grayscale: #404040. Windows color (decimal): -6877847 or 6884759. OLE color: 6884759.

HSL color Cylindrical-coordinate representation of color #970D69: hue angle of 320º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #970D69 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 13 105 -
CMYK 0 0.91 0.30 0.41
HSL 320º 0.84% 0.32% -
HSV(B) 320º 0.91% 0.59% -
XYZ 15.46 7.89 14.07 -
YUV 64.75 150.72 189.52 -
System Red Green Blue C M Y K H S L
Decimal 151 13 105 0 0.91 0.30 0.41 320 0.84 0.32
Hex 97 D 69 0 5B 1E 29 140 54 20
Octal 227 15 151 0 133 36 51 500 124 40
Binary 10010111 1101 1101001 0 1011011 11110 101001 101000000 1010100 100000

Color Harmonies of #970D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970D69

Black with #970D69

Text Example


Text Example

White with #970D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970D69; }

 p { color: rgb(151,13,105); }

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

background-color css

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

 a { background-color: rgb(151,13,105); }

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

border-color css

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

 span { border-color: rgb(151,13,105); }

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