Html Css Color HEX #8B3E60 Cadillac

📋 copy color: '#8B3E60'

red 139 ◦ green 62 ◦ blue 96

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

Shades of Cadillac #8B3E60

Tints of Cadillac #8B3E60

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.88%

 BLUE value IS 96 (37.89% from 255) = 32.32%

R = 46.8%
G = 20.88%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8B3E60 (or 0x8B3E60) is known color: Cadillac. HEX triplet: 8B, 3E and 60. RGB value is (139,62,96). Sum of RGB (Red+Green+Blue) = 139+62+96=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3E60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3E60 is #74C19F. Grayscale: #585858. Windows color (decimal): -7651744 or 6307467. OLE color: 6307467.

HSL color Cylindrical-coordinate representation of color #8B3E60: hue angle of 333.51º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B3E60 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 62 96 -
CMYK 0 0.55 0.31 0.45
HSL 333.51º 0.38% 0.39% -
HSV(B) 333.51º 0.55% 0.55% -
XYZ 14.48 9.78 12.19 -
YUV 88.9 132.01 163.74 -
System Red Green Blue C M Y K H S L
Decimal 139 62 96 0 0.55 0.31 0.45 333.51 0.38 0.39
Hex 8B 3E 60 0 37 1F 2D 14E 26 27
Octal 213 76 140 0 67 37 55 516 46 47
Binary 10001011 111110 1100000 0 110111 11111 101101 101001110 100110 100111

Color Harmonies of #8B3E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3E60

Black with #8B3E60

Text Example


Text Example

White with #8B3E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,62,96); }

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

background-color css

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

 a { background-color: rgb(139,62,96); }

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

border-color css

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

 span { border-color: rgb(139,62,96); }

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