Html Css Color HEX #95006B Eggplant

📋 copy color: '#95006B'

red 149 ◦ green 0 ◦ blue 107

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

Shades of Eggplant #95006B

Tints of Eggplant #95006B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.2%
G = 0%
B = 41.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95006B (or 0x95006B) is known color: Eggplant. HEX triplet: 95, 00 and 6B. RGB value is (149,0,107). Sum of RGB (Red+Green+Blue) = 149+0+107=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #95006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95006B is #6AFF94. Grayscale: #383838. Windows color (decimal): -7012245 or 7012501. OLE color: 7012501.

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

Color convert

RGB 149 0 107 -
CMYK 0 1 0.28 0.42
HSL 316.91º 1% 0.29% -
HSV(B) 316.91º 1% 0.58% -
XYZ 15.05 7.45 14.55 -
YUV 56.75 156.36 193.8 -
System Red Green Blue C M Y K H S L
Decimal 149 0 107 0 1 0.28 0.42 316.91 1 0.29
Hex 95 0 6B 0 64 1C 2A 13D 64 1D
Octal 225 0 153 0 144 34 52 475 144 35
Binary 10010101 0 1101011 0 1100100 11100 101010 100111101 1100100 11101

Color Harmonies of #95006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95006B

Black with #95006B

Text Example


Text Example

White with #95006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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