Html Css Color HEX #8A255D Rose Bud Cherry

📋 copy color: '#8A255D'

red 138 ◦ green 37 ◦ blue 93

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

Shades of Rose Bud Cherry #8A255D

Tints of Rose Bud Cherry #8A255D

RGB

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

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

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

R = 51.49%
G = 13.81%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A255D (or 0x8A255D) is known color: Rose Bud Cherry. HEX triplet: 8A, 25 and 5D. RGB value is (138,37,93). Sum of RGB (Red+Green+Blue) = 138+37+93=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A255D is #75DAA2. Grayscale: #494949. Windows color (decimal): -7723683 or 6104458. OLE color: 6104458.

HSL color Cylindrical-coordinate representation of color #8A255D: hue angle of 326.73º 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 #8A255D is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 37 93 -
CMYK 0 0.73 0.33 0.46
HSL 326.73º 0.58% 0.34% -
HSV(B) 326.73º 0.73% 0.54% -
XYZ 13.12 7.52 11.12 -
YUV 73.58 138.96 173.95 -
System Red Green Blue C M Y K H S L
Decimal 138 37 93 0 0.73 0.33 0.46 326.73 0.58 0.34
Hex 8A 25 5D 0 49 21 2E 147 3A 22
Octal 212 45 135 0 111 41 56 507 72 42
Binary 10001010 100101 1011101 0 1001001 100001 101110 101000111 111010 100010

Color Harmonies of #8A255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A255D

Black with #8A255D

Text Example


Text Example

White with #8A255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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