Html Css Color HEX #8D097D Purple

📋 copy color: '#8D097D'

red 141 ◦ green 9 ◦ blue 125

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

Shades of Purple #8D097D

Tints of Purple #8D097D

RGB

 RED value IS 141 (55.47% from 255) = 51.27%

 GREEN value IS 9 (3.91% from 255) = 3.27%

 BLUE value IS 125 (49.22% from 255) = 45.45%

R = 51.27%
G = 3.27%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8D097D (or 0x8D097D) is known color: Purple. HEX triplet: 8D, 09 and 7D. RGB value is (141,9,125). Sum of RGB (Red+Green+Blue) = 141+9+125=275 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.27% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 141 - color contains mainly: red. Hex color #8D097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D097D is #72F682. Grayscale: #3D3D3D. Windows color (decimal): -7534211 or 8194445. OLE color: 8194445.

HSL color Cylindrical-coordinate representation of color #8D097D: hue angle of 307.27º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D097D is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 9 125 -
CMYK 0 0.94 0.11 0.45
HSL 307.27º 0.88% 0.29% -
HSV(B) 307.27º 0.94% 0.55% -
XYZ 14.78 7.34 20.04 -
YUV 61.69 163.73 184.57 -
System Red Green Blue C M Y K H S L
Decimal 141 9 125 0 0.94 0.11 0.45 307.27 0.88 0.29
Hex 8D 9 7D 0 5E B 2D 133 58 1D
Octal 215 11 175 0 136 13 55 463 130 35
Binary 10001101 1001 1111101 0 1011110 1011 101101 100110011 1011000 11101

Color Harmonies of #8D097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D097D

Black with #8D097D

Text Example


Text Example

White with #8D097D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D097D; }

 p { color: rgb(141,9,125); }

 H1.HeaderClassName
 {
   color: #8D097D;
 }
 .AnyTagClassName
 {
   color: #8D097D;
 }
</style>

background-color css

<style>
 a { background-color: #8D097D; }

 a { background-color: rgb(141,9,125); }

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

border-color css

<style>
 span { border-color: #8D097D; }

 span { border-color: rgb(141,9,125); }

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