Html Css Color HEX #95016A Eggplant

📋 copy color: '#95016A'

red 149 ◦ green 1 ◦ blue 106

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

Shades of Eggplant #95016A

Tints of Eggplant #95016A

RGB

 RED value IS 149 (58.59% from 255) = 58.2%

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 106 (41.8% from 255) = 41.41%

R = 58.2%
G = 0.39%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#95016A (or 0x95016A) is known color: Eggplant. HEX triplet: 95, 01 and 6A. RGB value is (149,1,106). Sum of RGB (Red+Green+Blue) = 149+1+106=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #95016A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95016A is #6AFE95. Grayscale: #383838. Windows color (decimal): -7011990 or 6947221. OLE color: 6947221.

HSL color Cylindrical-coordinate representation of color #95016A: hue angle of 317.43º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95016A is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 1 106 -
CMYK 0 0.99 0.29 0.42
HSL 317.43º 0.99% 0.29% -
HSV(B) 317.43º 0.99% 0.58% -
XYZ 15.01 7.45 14.28 -
YUV 57.22 155.53 193.46 -
System Red Green Blue C M Y K H S L
Decimal 149 1 106 0 0.99 0.29 0.42 317.43 0.99 0.29
Hex 95 1 6A 0 63 1D 2A 13D 63 1D
Octal 225 1 152 0 143 35 52 475 143 35
Binary 10010101 1 1101010 0 1100011 11101 101010 100111101 1100011 11101

Color Harmonies of #95016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95016A

Black with #95016A

Text Example


Text Example

White with #95016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95016A; }

 p { color: rgb(149,1,106); }

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

background-color css

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

 a { background-color: rgb(149,1,106); }

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

border-color css

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

 span { border-color: rgb(149,1,106); }

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