Html Css Color HEX #8A2658 Rose Bud Cherry

📋 copy color: '#8A2658'

red 138 ◦ green 38 ◦ blue 88

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

Shades of Rose Bud Cherry #8A2658

Tints of Rose Bud Cherry #8A2658

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.39%

 BLUE value IS 88 (34.77% from 255) = 33.33%

R = 52.27%
G = 14.39%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#8A2658 (or 0x8A2658) is known color: Rose Bud Cherry. HEX triplet: 8A, 26 and 58. RGB value is (138,38,88). Sum of RGB (Red+Green+Blue) = 138+38+88=264 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.27% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2658 is #75D9A7. Grayscale: #494949. Windows color (decimal): -7723432 or 5777034. OLE color: 5777034.

HSL color Cylindrical-coordinate representation of color #8A2658: hue angle of 330º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A2658 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 38 88 -
CMYK 0 0.72 0.36 0.46
HSL 330º 0.57% 0.35% -
HSV(B) 330º 0.72% 0.54% -
XYZ 12.94 7.49 10 -
YUV 73.6 136.13 173.93 -
System Red Green Blue C M Y K H S L
Decimal 138 38 88 0 0.72 0.36 0.46 330 0.57 0.35
Hex 8A 26 58 0 48 24 2E 14A 39 23
Octal 212 46 130 0 110 44 56 512 71 43
Binary 10001010 100110 1011000 0 1001000 100100 101110 101001010 111001 100011

Color Harmonies of #8A2658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2658

Black with #8A2658

Text Example


Text Example

White with #8A2658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,38,88); }

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

background-color css

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

 a { background-color: rgb(138,38,88); }

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

border-color css

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

 span { border-color: rgb(138,38,88); }

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