Html Css Color HEX #8B295D Rose Bud Cherry

📋 copy color: '#8B295D'

red 139 ◦ green 41 ◦ blue 93

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

Shades of Rose Bud Cherry #8B295D

Tints of Rose Bud Cherry #8B295D

RGB

 RED value IS 139 (54.69% from 255) = 50.92%

 GREEN value IS 41 (16.41% from 255) = 15.02%

 BLUE value IS 93 (36.72% from 255) = 34.07%

R = 50.92%
G = 15.02%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8B295D (or 0x8B295D) is known color: Rose Bud Cherry. HEX triplet: 8B, 29 and 5D. RGB value is (139,41,93). Sum of RGB (Red+Green+Blue) = 139+41+93=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B295D is #74D6A2. Grayscale: #4C4C4C. Windows color (decimal): -7657123 or 6105483. OLE color: 6105483.

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

Color convert

RGB 139 41 93 -
CMYK 0 0.71 0.33 0.45
HSL 328.16º 0.54% 0.35% -
HSV(B) 328.16º 0.71% 0.55% -
XYZ 13.42 7.87 11.17 -
YUV 76.23 137.47 172.77 -
System Red Green Blue C M Y K H S L
Decimal 139 41 93 0 0.71 0.33 0.45 328.16 0.54 0.35
Hex 8B 29 5D 0 47 21 2D 148 36 23
Octal 213 51 135 0 107 41 55 510 66 43
Binary 10001011 101001 1011101 0 1000111 100001 101101 101001000 110110 100011

Color Harmonies of #8B295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B295D

Black with #8B295D

Text Example


Text Example

White with #8B295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,41,93); }

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

background-color css

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

 a { background-color: rgb(139,41,93); }

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

border-color css

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

 span { border-color: rgb(139,41,93); }

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