Html Css Color HEX #8D336A Rose Bud Cherry

📋 copy color: '#8D336A'

red 141 ◦ green 51 ◦ blue 106

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

Shades of Rose Bud Cherry #8D336A

Tints of Rose Bud Cherry #8D336A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.11%

 BLUE value IS 106 (41.8% from 255) = 35.57%

R = 47.32%
G = 17.11%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8D336A (or 0x8D336A) is known color: Rose Bud Cherry. HEX triplet: 8D, 33 and 6A. RGB value is (141,51,106). Sum of RGB (Red+Green+Blue) = 141+51+106=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D336A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D336A is #72CC95. Grayscale: #545454. Windows color (decimal): -7523478 or 6960013. OLE color: 6960013.

HSL color Cylindrical-coordinate representation of color #8D336A: hue angle of 323.33º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D336A is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 51 106 -
CMYK 0 0.64 0.25 0.45
HSL 323.33º 0.47% 0.38% -
HSV(B) 323.33º 0.64% 0.55% -
XYZ 14.77 9.07 14.61 -
YUV 84.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 141 51 106 0 0.64 0.25 0.45 323.33 0.47 0.38
Hex 8D 33 6A 0 40 19 2D 143 2F 26
Octal 215 63 152 0 100 31 55 503 57 46
Binary 10001101 110011 1101010 0 1000000 11001 101101 101000011 101111 100110

Color Harmonies of #8D336A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D336A

Black with #8D336A

Text Example


Text Example

White with #8D336A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,51,106); }

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

background-color css

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

 a { background-color: rgb(141,51,106); }

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

border-color css

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

 span { border-color: rgb(141,51,106); }

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