Html Css Color HEX #8A2662 Rose Bud Cherry

📋 copy color: '#8A2662'

red 138 ◦ green 38 ◦ blue 98

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

Shades of Rose Bud Cherry #8A2662

Tints of Rose Bud Cherry #8A2662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.77%

R = 50.36%
G = 13.87%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#8A2662 (or 0x8A2662) is known color: Rose Bud Cherry. HEX triplet: 8A, 26 and 62. RGB value is (138,38,98). Sum of RGB (Red+Green+Blue) = 138+38+98=274 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.36% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2662 is #75D99D. Grayscale: #4A4A4A. Windows color (decimal): -7723422 or 6432394. OLE color: 6432394.

HSL color Cylindrical-coordinate representation of color #8A2662: hue angle of 324º 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 #8A2662 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 38 98 -
CMYK 0 0.72 0.29 0.46
HSL 324º 0.57% 0.35% -
HSV(B) 324º 0.72% 0.54% -
XYZ 13.38 7.67 12.33 -
YUV 74.74 141.13 173.12 -
System Red Green Blue C M Y K H S L
Decimal 138 38 98 0 0.72 0.29 0.46 324 0.57 0.35
Hex 8A 26 62 0 48 1D 2E 144 39 23
Octal 212 46 142 0 110 35 56 504 71 43
Binary 10001010 100110 1100010 0 1001000 11101 101110 101000100 111001 100011

Color Harmonies of #8A2662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2662

Black with #8A2662

Text Example


Text Example

White with #8A2662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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