Html Css Color HEX #943B6E Cadillac

📋 copy color: '#943B6E'

red 148 ◦ green 59 ◦ blue 110

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

Shades of Cadillac #943B6E

Tints of Cadillac #943B6E

RGB

 RED value IS 148 (58.2% from 255) = 46.69%

 GREEN value IS 59 (23.44% from 255) = 18.61%

 BLUE value IS 110 (43.36% from 255) = 34.7%

R = 46.69%
G = 18.61%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#943B6E (or 0x943B6E) is known color: Cadillac. HEX triplet: 94, 3B and 6E. RGB value is (148,59,110). Sum of RGB (Red+Green+Blue) = 148+59+110=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #943B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943B6E is #6BC491. Grayscale: #5B5B5B. Windows color (decimal): -7062674 or 7224212. OLE color: 7224212.

HSL color Cylindrical-coordinate representation of color #943B6E: hue angle of 325.62º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #943B6E is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 59 110 -
CMYK 0 0.60 0.26 0.42
HSL 325.62º 0.43% 0.41% -
HSV(B) 325.62º 0.6% 0.58% -
XYZ 16.59 10.55 15.91 -
YUV 91.43 138.49 168.35 -
System Red Green Blue C M Y K H S L
Decimal 148 59 110 0 0.60 0.26 0.42 325.62 0.43 0.41
Hex 94 3B 6E 0 3C 1A 2A 146 2B 29
Octal 224 73 156 0 74 32 52 506 53 51
Binary 10010100 111011 1101110 0 111100 11010 101010 101000110 101011 101001

Color Harmonies of #943B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943B6E

Black with #943B6E

Text Example


Text Example

White with #943B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943B6E; }

 p { color: rgb(148,59,110); }

 H1.HeaderClassName
 {
   color: #943B6E;
 }
 .AnyTagClassName
 {
   color: #943B6E;
 }
</style>

background-color css

<style>
 a { background-color: #943B6E; }

 a { background-color: rgb(148,59,110); }

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

border-color css

<style>
 span { border-color: #943B6E; }

 span { border-color: rgb(148,59,110); }

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