Html Css Color HEX #8F3A6D Cadillac

📋 copy color: '#8F3A6D'

red 143 ◦ green 58 ◦ blue 109

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

Shades of Cadillac #8F3A6D

Tints of Cadillac #8F3A6D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.71%

 BLUE value IS 109 (42.97% from 255) = 35.16%

R = 46.13%
G = 18.71%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8F3A6D (or 0x8F3A6D) is known color: Cadillac. HEX triplet: 8F, 3A and 6D. RGB value is (143,58,109). Sum of RGB (Red+Green+Blue) = 143+58+109=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3A6D is #70C592. Grayscale: #595959. Windows color (decimal): -7390611 or 7158415. OLE color: 7158415.

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

Color convert

RGB 143 58 109 -
CMYK 0 0.59 0.24 0.44
HSL 324º 0.42% 0.39% -
HSV(B) 324º 0.59% 0.56% -
XYZ 15.6 9.97 15.57 -
YUV 89.23 139.16 166.35 -
System Red Green Blue C M Y K H S L
Decimal 143 58 109 0 0.59 0.24 0.44 324 0.42 0.39
Hex 8F 3A 6D 0 3B 18 2C 144 2A 27
Octal 217 72 155 0 73 30 54 504 52 47
Binary 10001111 111010 1101101 0 111011 11000 101100 101000100 101010 100111

Color Harmonies of #8F3A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3A6D

Black with #8F3A6D

Text Example


Text Example

White with #8F3A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,58,109); }

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

background-color css

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

 a { background-color: rgb(143,58,109); }

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

border-color css

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

 span { border-color: rgb(143,58,109); }

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