Html Css Color HEX #8A3A60 Rose Bud Cherry

📋 copy color: '#8A3A60'

red 138 ◦ green 58 ◦ blue 96

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

Shades of Rose Bud Cherry #8A3A60

Tints of Rose Bud Cherry #8A3A60

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.86%

 BLUE value IS 96 (37.89% from 255) = 32.88%

R = 47.26%
G = 19.86%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#8A3A60 (or 0x8A3A60) is known color: Rose Bud Cherry. HEX triplet: 8A, 3A and 60. RGB value is (138,58,96). Sum of RGB (Red+Green+Blue) = 138+58+96=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3A60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3A60 is #75C59F. Grayscale: #565656. Windows color (decimal): -7718304 or 6306442. OLE color: 6306442.

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

Color convert

RGB 138 58 96 -
CMYK 0 0.58 0.30 0.46
HSL 331.5º 0.41% 0.38% -
HSV(B) 331.5º 0.58% 0.54% -
XYZ 14.11 9.27 12.11 -
YUV 86.25 133.5 164.91 -
System Red Green Blue C M Y K H S L
Decimal 138 58 96 0 0.58 0.30 0.46 331.5 0.41 0.38
Hex 8A 3A 60 0 3A 1E 2E 14C 29 26
Octal 212 72 140 0 72 36 56 514 51 46
Binary 10001010 111010 1100000 0 111010 11110 101110 101001100 101001 100110

Color Harmonies of #8A3A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3A60

Black with #8A3A60

Text Example


Text Example

White with #8A3A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,58,96); }

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

background-color css

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

 a { background-color: rgb(138,58,96); }

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

border-color css

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

 span { border-color: rgb(138,58,96); }

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