Html Css Color HEX #9A0262 Eggplant

📋 copy color: '#9A0262'

red 154 ◦ green 2 ◦ blue 98

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

Shades of Eggplant #9A0262

Tints of Eggplant #9A0262

RGB

 RED value IS 154 (60.55% from 255) = 60.63%

 GREEN value IS 2 (1.17% from 255) = 0.79%

 BLUE value IS 98 (38.67% from 255) = 38.58%

R = 60.63%
G = 0.79%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#9A0262 (or 0x9A0262) is known color: Eggplant. HEX triplet: 9A, 02 and 62. RGB value is (154,2,98). Sum of RGB (Red+Green+Blue) = 154+2+98=254 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.63% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0262 is #65FD9D. Grayscale: #3A3A3A. Windows color (decimal): -6684062 or 6423194. OLE color: 6423194.

HSL color Cylindrical-coordinate representation of color #9A0262: hue angle of 322.11º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A0262 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 2 98 -
CMYK 0 0.99 0.36 0.40
HSL 322.11º 0.97% 0.31% -
HSV(B) 322.11º 0.99% 0.6% -
XYZ 15.55 7.8 12.24 -
YUV 58.39 150.36 196.19 -
System Red Green Blue C M Y K H S L
Decimal 154 2 98 0 0.99 0.36 0.40 322.11 0.97 0.31
Hex 9A 2 62 0 63 24 28 142 61 1F
Octal 232 2 142 0 143 44 50 502 141 37
Binary 10011010 10 1100010 0 1100011 100100 101000 101000010 1100001 11111

Color Harmonies of #9A0262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0262

Black with #9A0262

Text Example


Text Example

White with #9A0262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A0262; }

 p { color: rgb(154,2,98); }

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

background-color css

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

 a { background-color: rgb(154,2,98); }

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

border-color css

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

 span { border-color: rgb(154,2,98); }

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