Html Css Color HEX #953A6D Cadillac

📋 copy color: '#953A6D'

red 149 ◦ green 58 ◦ blue 109

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

Shades of Cadillac #953A6D

Tints of Cadillac #953A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.49%

R = 47.15%
G = 18.35%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#953A6D (or 0x953A6D) is known color: Cadillac. HEX triplet: 95, 3A and 6D. RGB value is (149,58,109). Sum of RGB (Red+Green+Blue) = 149+58+109=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #953A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953A6D is #6AC592. Grayscale: #5A5A5A. Windows color (decimal): -6997395 or 7158421. OLE color: 7158421.

HSL color Cylindrical-coordinate representation of color #953A6D: hue angle of 326.37º 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 #953A6D is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 109 -
CMYK 0 0.61 0.27 0.42
HSL 326.37º 0.44% 0.41% -
HSV(B) 326.37º 0.61% 0.58% -
XYZ 16.67 10.52 15.62 -
YUV 91.02 138.15 169.35 -
System Red Green Blue C M Y K H S L
Decimal 149 58 109 0 0.61 0.27 0.42 326.37 0.44 0.41
Hex 95 3A 6D 0 3D 1B 2A 146 2C 29
Octal 225 72 155 0 75 33 52 506 54 51
Binary 10010101 111010 1101101 0 111101 11011 101010 101000110 101100 101001

Color Harmonies of #953A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A6D

Black with #953A6D

Text Example


Text Example

White with #953A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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