Html Css Color HEX #8A185D Rose Bud Cherry

📋 copy color: '#8A185D'

red 138 ◦ green 24 ◦ blue 93

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

Shades of Rose Bud Cherry #8A185D

Tints of Rose Bud Cherry #8A185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.41%

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

R = 54.12%
G = 9.41%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A185D (or 0x8A185D) is known color: Rose Bud Cherry. HEX triplet: 8A, 18 and 5D. RGB value is (138,24,93). Sum of RGB (Red+Green+Blue) = 138+24+93=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A185D is #75E7A2. Grayscale: #414141. Windows color (decimal): -7727011 or 6101130. OLE color: 6101130.

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

Color convert

RGB 138 24 93 -
CMYK 0 0.83 0.33 0.46
HSL 323.68º 0.7% 0.32% -
HSV(B) 323.68º 0.83% 0.54% -
XYZ 12.78 6.85 11 -
YUV 65.95 143.27 179.39 -
System Red Green Blue C M Y K H S L
Decimal 138 24 93 0 0.83 0.33 0.46 323.68 0.7 0.32
Hex 8A 18 5D 0 53 21 2E 144 46 20
Octal 212 30 135 0 123 41 56 504 106 40
Binary 10001010 11000 1011101 0 1010011 100001 101110 101000100 1000110 100000

Color Harmonies of #8A185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A185D

Black with #8A185D

Text Example


Text Example

White with #8A185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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