Html Css Color HEX #9D415D Cadillac

📋 copy color: '#9D415D'

red 157 ◦ green 65 ◦ blue 93

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

Shades of Cadillac #9D415D

Tints of Cadillac #9D415D

RGB

 RED value IS 157 (61.72% from 255) = 49.84%

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

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 49.84%
G = 20.63%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9D415D (or 0x9D415D) is known color: Cadillac. HEX triplet: 9D, 41 and 5D. RGB value is (157,65,93). Sum of RGB (Red+Green+Blue) = 157+65+93=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D415D is #62BEA2. Grayscale: #5F5F5F. Windows color (decimal): -6471331 or 6111645. OLE color: 6111645.

HSL color Cylindrical-coordinate representation of color #9D415D: hue angle of 341.74º degrees, saturation: 0.41, 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 #9D415D is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 65 93 -
CMYK 0 0.59 0.41 0.38
HSL 341.74º 0.41% 0.44% -
HSV(B) 341.74º 0.59% 0.62% -
XYZ 17.77 11.74 11.69 -
YUV 95.7 126.48 171.72 -
System Red Green Blue C M Y K H S L
Decimal 157 65 93 0 0.59 0.41 0.38 341.74 0.41 0.44
Hex 9D 41 5D 0 3B 29 26 156 29 2C
Octal 235 101 135 0 73 51 46 526 51 54
Binary 10011101 1000001 1011101 0 111011 101001 100110 101010110 101001 101100

Color Harmonies of #9D415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D415D

Black with #9D415D

Text Example


Text Example

White with #9D415D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,65,93); }

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

background-color css

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

 a { background-color: rgb(157,65,93); }

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

border-color css

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

 span { border-color: rgb(157,65,93); }

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