Html Css Color HEX #8A3063 Rose Bud Cherry

📋 copy color: '#8A3063'

red 138 ◦ green 48 ◦ blue 99

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

Shades of Rose Bud Cherry #8A3063

Tints of Rose Bud Cherry #8A3063

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.84%

 BLUE value IS 99 (39.06% from 255) = 34.74%

R = 48.42%
G = 16.84%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#8A3063 (or 0x8A3063) is known color: Rose Bud Cherry. HEX triplet: 8A, 30 and 63. RGB value is (138,48,99). Sum of RGB (Red+Green+Blue) = 138+48+99=285 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.42% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3063 is #75CF9C. Grayscale: #505050. Windows color (decimal): -7720861 or 6500490. OLE color: 6500490.

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

Color convert

RGB 138 48 99 -
CMYK 0 0.65 0.28 0.46
HSL 326º 0.48% 0.36% -
HSV(B) 326º 0.65% 0.54% -
XYZ 13.79 8.42 12.7 -
YUV 80.72 138.32 168.85 -
System Red Green Blue C M Y K H S L
Decimal 138 48 99 0 0.65 0.28 0.46 326 0.48 0.36
Hex 8A 30 63 0 41 1C 2E 146 30 24
Octal 212 60 143 0 101 34 56 506 60 44
Binary 10001010 110000 1100011 0 1000001 11100 101110 101000110 110000 100100

Color Harmonies of #8A3063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3063

Black with #8A3063

Text Example


Text Example

White with #8A3063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,48,99); }

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

background-color css

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

 a { background-color: rgb(138,48,99); }

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

border-color css

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

 span { border-color: rgb(138,48,99); }

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