Html Css Color HEX #8A295D Rose Bud Cherry

📋 copy color: '#8A295D'

red 138 ◦ green 41 ◦ blue 93

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

Shades of Rose Bud Cherry #8A295D

Tints of Rose Bud Cherry #8A295D

RGB

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

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

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

R = 50.74%
G = 15.07%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A295D (or 0x8A295D) is known color: Rose Bud Cherry. HEX triplet: 8A, 29 and 5D. RGB value is (138,41,93). Sum of RGB (Red+Green+Blue) = 138+41+93=272 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.74% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 138 - color contains mainly: red. Hex color #8A295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A295D is #75D6A2. Grayscale: #4B4B4B. Windows color (decimal): -7722659 or 6105482. OLE color: 6105482.

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

Color convert

RGB 138 41 93 -
CMYK 0 0.70 0.33 0.46
HSL 327.84º 0.54% 0.35% -
HSV(B) 327.84º 0.7% 0.54% -
XYZ 13.25 7.78 11.16 -
YUV 75.93 137.64 172.27 -
System Red Green Blue C M Y K H S L
Decimal 138 41 93 0 0.70 0.33 0.46 327.84 0.54 0.35
Hex 8A 29 5D 0 46 21 2E 148 36 23
Octal 212 51 135 0 106 41 56 510 66 43
Binary 10001010 101001 1011101 0 1000110 100001 101110 101001000 110110 100011

Color Harmonies of #8A295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A295D

Black with #8A295D

Text Example


Text Example

White with #8A295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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