Html Css Color HEX #8A2E5D Rose Bud Cherry

📋 copy color: '#8A2E5D'

red 138 ◦ green 46 ◦ blue 93

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

Shades of Rose Bud Cherry #8A2E5D

Tints of Rose Bud Cherry #8A2E5D

RGB

 RED value IS 138 (54.3% from 255) = 49.82%

 GREEN value IS 46 (18.36% from 255) = 16.61%

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

R = 49.82%
G = 16.61%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A2E5D (or 0x8A2E5D) is known color: Rose Bud Cherry. HEX triplet: 8A, 2E and 5D. RGB value is (138,46,93). Sum of RGB (Red+Green+Blue) = 138+46+93=277 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.82% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2E5D is #75D1A2. Grayscale: #4E4E4E. Windows color (decimal): -7721379 or 6106762. OLE color: 6106762.

HSL color Cylindrical-coordinate representation of color #8A2E5D: hue angle of 329.35º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A2E5D is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 46 93 -
CMYK 0 0.67 0.33 0.46
HSL 329.35º 0.5% 0.36% -
HSV(B) 329.35º 0.67% 0.54% -
XYZ 13.43 8.15 11.22 -
YUV 78.87 135.98 170.18 -
System Red Green Blue C M Y K H S L
Decimal 138 46 93 0 0.67 0.33 0.46 329.35 0.5 0.36
Hex 8A 2E 5D 0 43 21 2E 149 32 24
Octal 212 56 135 0 103 41 56 511 62 44
Binary 10001010 101110 1011101 0 1000011 100001 101110 101001001 110010 100100

Color Harmonies of #8A2E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2E5D

Black with #8A2E5D

Text Example


Text Example

White with #8A2E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,46,93); }

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

background-color css

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

 a { background-color: rgb(138,46,93); }

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

border-color css

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

 span { border-color: rgb(138,46,93); }

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