Html Css Color HEX #971265 Eggplant

📋 copy color: '#971265'

red 151 ◦ green 18 ◦ blue 101

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

Shades of Eggplant #971265

Tints of Eggplant #971265

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.67%

 BLUE value IS 101 (39.84% from 255) = 37.41%

R = 55.93%
G = 6.67%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#971265 (or 0x971265) is known color: Eggplant. HEX triplet: 97, 12 and 65. RGB value is (151,18,101). Sum of RGB (Red+Green+Blue) = 151+18+101=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #971265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971265 is #68ED9A. Grayscale: #434343. Windows color (decimal): -6876571 or 6623895. OLE color: 6623895.

HSL color Cylindrical-coordinate representation of color #971265: hue angle of 322.56º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971265 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 18 101 -
CMYK 0 0.88 0.33 0.41
HSL 322.56º 0.79% 0.33% -
HSV(B) 322.56º 0.88% 0.59% -
XYZ 15.33 7.95 13.04 -
YUV 67.23 147.06 187.75 -
System Red Green Blue C M Y K H S L
Decimal 151 18 101 0 0.88 0.33 0.41 322.56 0.79 0.33
Hex 97 12 65 0 58 21 29 143 4F 21
Octal 227 22 145 0 130 41 51 503 117 41
Binary 10010111 10010 1100101 0 1011000 100001 101001 101000011 1001111 100001

Color Harmonies of #971265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971265

Black with #971265

Text Example


Text Example

White with #971265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971265; }

 p { color: rgb(151,18,101); }

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

background-color css

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

 a { background-color: rgb(151,18,101); }

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

border-color css

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

 span { border-color: rgb(151,18,101); }

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