Html Css Color HEX #8A3F61 Cadillac

📋 copy color: '#8A3F61'

red 138 ◦ green 63 ◦ blue 97

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

Shades of Cadillac #8A3F61

Tints of Cadillac #8A3F61

RGB

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

 GREEN value IS 63 (25% from 255) = 21.14%

 BLUE value IS 97 (38.28% from 255) = 32.55%

R = 46.31%
G = 21.14%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#8A3F61 (or 0x8A3F61) is known color: Cadillac. HEX triplet: 8A, 3F and 61. RGB value is (138,63,97). Sum of RGB (Red+Green+Blue) = 138+63+97=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3F61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3F61 is #75C09E. Grayscale: #595959. Windows color (decimal): -7717023 or 6373258. OLE color: 6373258.

HSL color Cylindrical-coordinate representation of color #8A3F61: hue angle of 332.8º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A3F61 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 63 97 -
CMYK 0 0.54 0.30 0.46
HSL 332.8º 0.37% 0.39% -
HSV(B) 332.8º 0.54% 0.54% -
XYZ 14.42 9.82 12.45 -
YUV 89.3 132.35 162.74 -
System Red Green Blue C M Y K H S L
Decimal 138 63 97 0 0.54 0.30 0.46 332.8 0.37 0.39
Hex 8A 3F 61 0 36 1E 2E 14D 25 27
Octal 212 77 141 0 66 36 56 515 45 47
Binary 10001010 111111 1100001 0 110110 11110 101110 101001101 100101 100111

Color Harmonies of #8A3F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3F61

Black with #8A3F61

Text Example


Text Example

White with #8A3F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,63,97); }

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

background-color css

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

 a { background-color: rgb(138,63,97); }

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

border-color css

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

 span { border-color: rgb(138,63,97); }

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