Html Css Color HEX #953A6B Cadillac

📋 copy color: '#953A6B'

red 149 ◦ green 58 ◦ blue 107

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

Shades of Cadillac #953A6B

Tints of Cadillac #953A6B

RGB

 RED value IS 149 (58.59% from 255) = 47.45%

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

 BLUE value IS 107 (42.19% from 255) = 34.08%

R = 47.45%
G = 18.47%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#953A6B (or 0x953A6B) is known color: Cadillac. HEX triplet: 95, 3A and 6B. RGB value is (149,58,107). Sum of RGB (Red+Green+Blue) = 149+58+107=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #953A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953A6B is #6AC594. Grayscale: #5A5A5A. Windows color (decimal): -6997397 or 7027349. OLE color: 7027349.

HSL color Cylindrical-coordinate representation of color #953A6B: hue angle of 327.69º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #953A6B is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 107 -
CMYK 0 0.61 0.28 0.42
HSL 327.69º 0.44% 0.41% -
HSV(B) 327.69º 0.61% 0.58% -
XYZ 16.56 10.48 15.06 -
YUV 90.8 137.15 169.52 -
System Red Green Blue C M Y K H S L
Decimal 149 58 107 0 0.61 0.28 0.42 327.69 0.44 0.41
Hex 95 3A 6B 0 3D 1C 2A 148 2C 29
Octal 225 72 153 0 75 34 52 510 54 51
Binary 10010101 111010 1101011 0 111101 11100 101010 101001000 101100 101001

Color Harmonies of #953A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A6B

Black with #953A6B

Text Example


Text Example

White with #953A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953A6B; }

 p { color: rgb(149,58,107); }

 H1.HeaderClassName
 {
   color: #953A6B;
 }
 .AnyTagClassName
 {
   color: #953A6B;
 }
</style>

background-color css

<style>
 a { background-color: #953A6B; }

 a { background-color: rgb(149,58,107); }

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

border-color css

<style>
 span { border-color: #953A6B; }

 span { border-color: rgb(149,58,107); }

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