Html Css Color HEX #8A315D Rose Bud Cherry

📋 copy color: '#8A315D'

red 138 ◦ green 49 ◦ blue 93

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

Shades of Rose Bud Cherry #8A315D

Tints of Rose Bud Cherry #8A315D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.5%

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

R = 49.29%
G = 17.5%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A315D (or 0x8A315D) is known color: Rose Bud Cherry. HEX triplet: 8A, 31 and 5D. RGB value is (138,49,93). Sum of RGB (Red+Green+Blue) = 138+49+93=280 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.29% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 138 - color contains mainly: red. Hex color #8A315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A315D is #75CEA2. Grayscale: #505050. Windows color (decimal): -7720611 or 6107530. OLE color: 6107530.

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

Color convert

RGB 138 49 93 -
CMYK 0 0.64 0.33 0.46
HSL 330.34º 0.48% 0.37% -
HSV(B) 330.34º 0.64% 0.54% -
XYZ 13.56 8.39 11.26 -
YUV 80.63 134.99 168.92 -
System Red Green Blue C M Y K H S L
Decimal 138 49 93 0 0.64 0.33 0.46 330.34 0.48 0.37
Hex 8A 31 5D 0 40 21 2E 14A 30 25
Octal 212 61 135 0 100 41 56 512 60 45
Binary 10001010 110001 1011101 0 1000000 100001 101110 101001010 110000 100101

Color Harmonies of #8A315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A315D

Black with #8A315D

Text Example


Text Example

White with #8A315D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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