Html Css Color HEX #8A3A64 Rose Bud Cherry

📋 copy color: '#8A3A64'

red 138 ◦ green 58 ◦ blue 100

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

Shades of Rose Bud Cherry #8A3A64

Tints of Rose Bud Cherry #8A3A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.78%

R = 46.62%
G = 19.59%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#8A3A64 (or 0x8A3A64) is known color: Rose Bud Cherry. HEX triplet: 8A, 3A and 64. RGB value is (138,58,100). Sum of RGB (Red+Green+Blue) = 138+58+100=296 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.62% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3A64 is #75C59B. Grayscale: #565656. Windows color (decimal): -7718300 or 6568586. OLE color: 6568586.

HSL color Cylindrical-coordinate representation of color #8A3A64: hue angle of 328.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 #8A3A64 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 58 100 -
CMYK 0 0.58 0.28 0.46
HSL 328.5º 0.41% 0.38% -
HSV(B) 328.5º 0.58% 0.54% -
XYZ 14.29 9.35 13.11 -
YUV 86.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 138 58 100 0 0.58 0.28 0.46 328.5 0.41 0.38
Hex 8A 3A 64 0 3A 1C 2E 148 29 26
Octal 212 72 144 0 72 34 56 510 51 46
Binary 10001010 111010 1100100 0 111010 11100 101110 101001000 101001 100110

Color Harmonies of #8A3A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3A64

Black with #8A3A64

Text Example


Text Example

White with #8A3A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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