Html Css Color HEX #8A255E Rose Bud Cherry

📋 copy color: '#8A255E'

red 138 ◦ green 37 ◦ blue 94

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

Shades of Rose Bud Cherry #8A255E

Tints of Rose Bud Cherry #8A255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.75%

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

R = 51.3%
G = 13.75%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#8A255E (or 0x8A255E) is known color: Rose Bud Cherry. HEX triplet: 8A, 25 and 5E. RGB value is (138,37,94). Sum of RGB (Red+Green+Blue) = 138+37+94=269 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.30% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 138 - color contains mainly: red. Hex color #8A255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A255E is #75DAA1. Grayscale: #494949. Windows color (decimal): -7723682 or 6169994. OLE color: 6169994.

HSL color Cylindrical-coordinate representation of color #8A255E: hue angle of 326.14º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A255E is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 37 94 -
CMYK 0 0.73 0.32 0.46
HSL 326.14º 0.58% 0.34% -
HSV(B) 326.14º 0.73% 0.54% -
XYZ 13.16 7.53 11.35 -
YUV 73.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 138 37 94 0 0.73 0.32 0.46 326.14 0.58 0.34
Hex 8A 25 5E 0 49 20 2E 146 3A 22
Octal 212 45 136 0 111 40 56 506 72 42
Binary 10001010 100101 1011110 0 1001001 100000 101110 101000110 111010 100010

Color Harmonies of #8A255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A255E

Black with #8A255E

Text Example


Text Example

White with #8A255E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,37,94); }

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

background-color css

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

 a { background-color: rgb(138,37,94); }

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

border-color css

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

 span { border-color: rgb(138,37,94); }

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