Html Css Color HEX #9E415F Cadillac

📋 copy color: '#9E415F'

red 158 ◦ green 65 ◦ blue 95

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

Shades of Cadillac #9E415F

Tints of Cadillac #9E415F

RGB

 RED value IS 158 (62.11% from 255) = 49.69%

 GREEN value IS 65 (25.78% from 255) = 20.44%

 BLUE value IS 95 (37.5% from 255) = 29.87%

R = 49.69%
G = 20.44%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9E415F (or 0x9E415F) is known color: Cadillac. HEX triplet: 9E, 41 and 5F. RGB value is (158,65,95). Sum of RGB (Red+Green+Blue) = 158+65+95=318 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.69% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 158 - color contains mainly: red. Hex color #9E415F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E415F is #61BEA0. Grayscale: #606060. Windows color (decimal): -6405793 or 6242718. OLE color: 6242718.

HSL color Cylindrical-coordinate representation of color #9E415F: hue angle of 340.65º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E415F is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 65 95 -
CMYK 0 0.59 0.40 0.38
HSL 340.65º 0.42% 0.44% -
HSV(B) 340.65º 0.59% 0.62% -
XYZ 18.06 11.88 12.17 -
YUV 96.23 127.31 172.06 -
System Red Green Blue C M Y K H S L
Decimal 158 65 95 0 0.59 0.40 0.38 340.65 0.42 0.44
Hex 9E 41 5F 0 3B 28 26 155 2A 2C
Octal 236 101 137 0 73 50 46 525 52 54
Binary 10011110 1000001 1011111 0 111011 101000 100110 101010101 101010 101100

Color Harmonies of #9E415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E415F

Black with #9E415F

Text Example


Text Example

White with #9E415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E415F; }

 p { color: rgb(158,65,95); }

 H1.HeaderClassName
 {
   color: #9E415F;
 }
 .AnyTagClassName
 {
   color: #9E415F;
 }
</style>

background-color css

<style>
 a { background-color: #9E415F; }

 a { background-color: rgb(158,65,95); }

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

border-color css

<style>
 span { border-color: #9E415F; }

 span { border-color: rgb(158,65,95); }

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