Html Css Color HEX #8B305D Rose Bud Cherry

📋 copy color: '#8B305D'

red 139 ◦ green 48 ◦ blue 93

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

Shades of Rose Bud Cherry #8B305D

Tints of Rose Bud Cherry #8B305D

RGB

 RED value IS 139 (54.69% from 255) = 49.64%

 GREEN value IS 48 (19.14% from 255) = 17.14%

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

R = 49.64%
G = 17.14%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8B305D (or 0x8B305D) is known color: Rose Bud Cherry. HEX triplet: 8B, 30 and 5D. RGB value is (139,48,93). Sum of RGB (Red+Green+Blue) = 139+48+93=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B305D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B305D is #74CFA2. Grayscale: #505050. Windows color (decimal): -7655331 or 6107275. OLE color: 6107275.

HSL color Cylindrical-coordinate representation of color #8B305D: hue angle of 330.33º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B305D is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 48 93 -
CMYK 0 0.65 0.33 0.45
HSL 330.33º 0.49% 0.37% -
HSV(B) 330.33º 0.65% 0.55% -
XYZ 13.68 8.39 11.25 -
YUV 80.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 139 48 93 0 0.65 0.33 0.45 330.33 0.49 0.37
Hex 8B 30 5D 0 41 21 2D 14A 31 25
Octal 213 60 135 0 101 41 55 512 61 45
Binary 10001011 110000 1011101 0 1000001 100001 101101 101001010 110001 100101

Color Harmonies of #8B305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B305D

Black with #8B305D

Text Example


Text Example

White with #8B305D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,48,93); }

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

background-color css

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

 a { background-color: rgb(139,48,93); }

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

border-color css

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

 span { border-color: rgb(139,48,93); }

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