Html Css Color HEX #95146B Eggplant

📋 copy color: '#95146B'

red 149 ◦ green 20 ◦ blue 107

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

Shades of Eggplant #95146B

Tints of Eggplant #95146B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.25%

 BLUE value IS 107 (42.19% from 255) = 38.77%

R = 53.99%
G = 7.25%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95146B (or 0x95146B) is known color: Eggplant. HEX triplet: 95, 14 and 6B. RGB value is (149,20,107). Sum of RGB (Red+Green+Blue) = 149+20+107=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #95146B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95146B is #6AEB94. Grayscale: #444444. Windows color (decimal): -7007125 or 7017621. OLE color: 7017621.

HSL color Cylindrical-coordinate representation of color #95146B: hue angle of 319.53º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95146B is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 107 -
CMYK 0 0.87 0.28 0.42
HSL 319.53º 0.76% 0.33% -
HSV(B) 319.53º 0.87% 0.58% -
XYZ 15.3 7.95 14.64 -
YUV 68.49 149.74 185.43 -
System Red Green Blue C M Y K H S L
Decimal 149 20 107 0 0.87 0.28 0.42 319.53 0.76 0.33
Hex 95 14 6B 0 57 1C 2A 140 4C 21
Octal 225 24 153 0 127 34 52 500 114 41
Binary 10010101 10100 1101011 0 1010111 11100 101010 101000000 1001100 100001

Color Harmonies of #95146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95146B

Black with #95146B

Text Example


Text Example

White with #95146B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95146B; }

 p { color: rgb(149,20,107); }

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

background-color css

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

 a { background-color: rgb(149,20,107); }

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

border-color css

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

 span { border-color: rgb(149,20,107); }

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