Html Css Color HEX #95067A Eggplant

📋 copy color: '#95067A'

red 149 ◦ green 6 ◦ blue 122

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

Shades of Eggplant #95067A

Tints of Eggplant #95067A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

 BLUE value IS 122 (48.05% from 255) = 44.04%

R = 53.79%
G = 2.17%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95067A (or 0x95067A) is known color: Eggplant. HEX triplet: 95, 06 and 7A. RGB value is (149,6,122). Sum of RGB (Red+Green+Blue) = 149+6+122=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #95067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95067A is #6AF985. Grayscale: #3D3D3D. Windows color (decimal): -7010694 or 7997077. OLE color: 7997077.

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

Color convert

RGB 149 6 122 -
CMYK 0 0.96 0.18 0.42
HSL 311.33º 0.92% 0.3% -
HSV(B) 311.33º 0.96% 0.58% -
XYZ 15.97 7.92 19.1 -
YUV 61.98 161.88 190.07 -
System Red Green Blue C M Y K H S L
Decimal 149 6 122 0 0.96 0.18 0.42 311.33 0.92 0.3
Hex 95 6 7A 0 60 12 2A 137 5C 1E
Octal 225 6 172 0 140 22 52 467 134 36
Binary 10010101 110 1111010 0 1100000 10010 101010 100110111 1011100 11110

Color Harmonies of #95067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95067A

Black with #95067A

Text Example


Text Example

White with #95067A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,6,122); }

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

background-color css

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

 a { background-color: rgb(149,6,122); }

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

border-color css

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

 span { border-color: rgb(149,6,122); }

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