Html Css Color HEX #8A3E5C Rose Bud Cherry

📋 copy color: '#8A3E5C'

red 138 ◦ green 62 ◦ blue 92

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

Shades of Rose Bud Cherry #8A3E5C

Tints of Rose Bud Cherry #8A3E5C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.23%

 BLUE value IS 92 (36.33% from 255) = 31.51%

R = 47.26%
G = 21.23%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A3E5C (or 0x8A3E5C) is known color: Rose Bud Cherry. HEX triplet: 8A, 3E and 5C. RGB value is (138,62,92). Sum of RGB (Red+Green+Blue) = 138+62+92=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3E5C is #75C1A3. Grayscale: #585858. Windows color (decimal): -7717284 or 6045322. OLE color: 6045322.

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

Color convert

RGB 138 62 92 -
CMYK 0 0.55 0.33 0.46
HSL 336.32º 0.38% 0.39% -
HSV(B) 336.32º 0.55% 0.54% -
XYZ 14.14 9.62 11.24 -
YUV 88.14 130.18 163.56 -
System Red Green Blue C M Y K H S L
Decimal 138 62 92 0 0.55 0.33 0.46 336.32 0.38 0.39
Hex 8A 3E 5C 0 37 21 2E 150 26 27
Octal 212 76 134 0 67 41 56 520 46 47
Binary 10001010 111110 1011100 0 110111 100001 101110 101010000 100110 100111

Color Harmonies of #8A3E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3E5C

Black with #8A3E5C

Text Example


Text Example

White with #8A3E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,62,92); }

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

background-color css

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

 a { background-color: rgb(138,62,92); }

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

border-color css

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

 span { border-color: rgb(138,62,92); }

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