Html Css Color HEX #8D3A5E Rose Bud Cherry

📋 copy color: '#8D3A5E'

red 141 ◦ green 58 ◦ blue 94

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

Shades of Rose Bud Cherry #8D3A5E

Tints of Rose Bud Cherry #8D3A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.8%

 BLUE value IS 94 (37.11% from 255) = 32.08%

R = 48.12%
G = 19.8%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8D3A5E (or 0x8D3A5E) is known color: Rose Bud Cherry. HEX triplet: 8D, 3A and 5E. RGB value is (141,58,94). Sum of RGB (Red+Green+Blue) = 141+58+94=293 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.12% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3A5E is #72C5A1. Grayscale: #565656. Windows color (decimal): -7521698 or 6175373. OLE color: 6175373.

HSL color Cylindrical-coordinate representation of color #8D3A5E: hue angle of 333.98º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8D3A5E is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 58 94 -
CMYK 0 0.59 0.33 0.45
HSL 333.98º 0.42% 0.39% -
HSV(B) 333.98º 0.59% 0.55% -
XYZ 14.52 9.5 11.66 -
YUV 86.92 132 166.57 -
System Red Green Blue C M Y K H S L
Decimal 141 58 94 0 0.59 0.33 0.45 333.98 0.42 0.39
Hex 8D 3A 5E 0 3B 21 2D 14E 2A 27
Octal 215 72 136 0 73 41 55 516 52 47
Binary 10001101 111010 1011110 0 111011 100001 101101 101001110 101010 100111

Color Harmonies of #8D3A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3A5E

Black with #8D3A5E

Text Example


Text Example

White with #8D3A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,58,94); }

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

background-color css

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

 a { background-color: rgb(141,58,94); }

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

border-color css

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

 span { border-color: rgb(141,58,94); }

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