Html Css Color HEX #9B415C Cadillac

📋 copy color: '#9B415C'

red 155 ◦ green 65 ◦ blue 92

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

Shades of Cadillac #9B415C

Tints of Cadillac #9B415C

RGB

 RED value IS 155 (60.94% from 255) = 49.68%

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

 BLUE value IS 92 (36.33% from 255) = 29.49%

R = 49.68%
G = 20.83%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B415C (or 0x9B415C) is known color: Cadillac. HEX triplet: 9B, 41 and 5C. RGB value is (155,65,92). Sum of RGB (Red+Green+Blue) = 155+65+92=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B415C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B415C is #64BEA3. Grayscale: #5E5E5E. Windows color (decimal): -6602404 or 6046107. OLE color: 6046107.

HSL color Cylindrical-coordinate representation of color #9B415C: hue angle of 342º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B415C is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 65 92 -
CMYK 0 0.58 0.41 0.39
HSL 342º 0.41% 0.43% -
HSV(B) 342º 0.58% 0.61% -
XYZ 17.34 11.52 11.44 -
YUV 94.99 126.32 170.8 -
System Red Green Blue C M Y K H S L
Decimal 155 65 92 0 0.58 0.41 0.39 342 0.41 0.43
Hex 9B 41 5C 0 3A 29 27 156 29 2B
Octal 233 101 134 0 72 51 47 526 51 53
Binary 10011011 1000001 1011100 0 111010 101001 100111 101010110 101001 101011

Color Harmonies of #9B415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B415C

Black with #9B415C

Text Example


Text Example

White with #9B415C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,65,92); }

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

background-color css

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

 a { background-color: rgb(155,65,92); }

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

border-color css

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

 span { border-color: rgb(155,65,92); }

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