Html Css Color HEX #9B415B Cadillac

📋 copy color: '#9B415B'

red 155 ◦ green 65 ◦ blue 91

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

Shades of Cadillac #9B415B

Tints of Cadillac #9B415B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.26%

R = 49.84%
G = 20.9%
B = 29.26%

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

#9B415B (or 0x9B415B) is known color: Cadillac. HEX triplet: 9B, 41 and 5B. RGB value is (155,65,91). Sum of RGB (Red+Green+Blue) = 155+65+91=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B415B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B415B is #64BEA4. Grayscale: #5E5E5E. Windows color (decimal): -6602405 or 5980571. OLE color: 5980571.

HSL color Cylindrical-coordinate representation of color #9B415B: hue angle of 342.67º 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 #9B415B is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 65 91 -
CMYK 0 0.58 0.41 0.39
HSL 342.67º 0.41% 0.43% -
HSV(B) 342.67º 0.58% 0.61% -
XYZ 17.3 11.5 11.21 -
YUV 94.87 125.82 170.89 -
System Red Green Blue C M Y K H S L
Decimal 155 65 91 0 0.58 0.41 0.39 342.67 0.41 0.43
Hex 9B 41 5B 0 3A 29 27 157 29 2B
Octal 233 101 133 0 72 51 47 527 51 53
Binary 10011011 1000001 1011011 0 111010 101001 100111 101010111 101001 101011

Color Harmonies of #9B415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B415B

Black with #9B415B

Text Example


Text Example

White with #9B415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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