Html Css Color HEX #8F3F5E Cadillac

📋 copy color: '#8F3F5E'

red 143 ◦ green 63 ◦ blue 94

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

Shades of Cadillac #8F3F5E

Tints of Cadillac #8F3F5E

RGB

 RED value IS 143 (56.25% from 255) = 47.67%

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

 BLUE value IS 94 (37.11% from 255) = 31.33%

R = 47.67%
G = 21%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8F3F5E (or 0x8F3F5E) is known color: Cadillac. HEX triplet: 8F, 3F and 5E. RGB value is (143,63,94). Sum of RGB (Red+Green+Blue) = 143+63+94=300 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.67% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3F5E is #70C0A1. Grayscale: #5A5A5A. Windows color (decimal): -7389346 or 6176655. OLE color: 6176655.

HSL color Cylindrical-coordinate representation of color #8F3F5E: hue angle of 336.75º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F3F5E is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 63 94 -
CMYK 0 0.56 0.34 0.44
HSL 336.75º 0.39% 0.4% -
HSV(B) 336.75º 0.56% 0.56% -
XYZ 15.13 10.2 11.76 -
YUV 90.45 130 165.48 -
System Red Green Blue C M Y K H S L
Decimal 143 63 94 0 0.56 0.34 0.44 336.75 0.39 0.4
Hex 8F 3F 5E 0 38 22 2C 151 27 28
Octal 217 77 136 0 70 42 54 521 47 50
Binary 10001111 111111 1011110 0 111000 100010 101100 101010001 100111 101000

Color Harmonies of #8F3F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3F5E

Black with #8F3F5E

Text Example


Text Example

White with #8F3F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,63,94); }

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

background-color css

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

 a { background-color: rgb(143,63,94); }

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

border-color css

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

 span { border-color: rgb(143,63,94); }

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