Html Css Color HEX #943485 Dark Purple

📋 copy color: '#943485'

red 148 ◦ green 52 ◦ blue 133

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

Shades of Dark Purple #943485

Tints of Dark Purple #943485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.62%

 BLUE value IS 133 (52.34% from 255) = 39.94%

R = 44.44%
G = 15.62%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#943485 (or 0x943485) is known color: Dark Purple. HEX triplet: 94, 34 and 85. RGB value is (148,52,133). Sum of RGB (Red+Green+Blue) = 148+52+133=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #943485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943485 is #6BCB7A. Grayscale: #595959. Windows color (decimal): -7064443 or 8729748. OLE color: 8729748.

HSL color Cylindrical-coordinate representation of color #943485: hue angle of 309.38º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #943485 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 52 133 -
CMYK 0 0.65 0.10 0.42
HSL 309.38º 0.48% 0.39% -
HSV(B) 309.38º 0.65% 0.58% -
XYZ 17.67 10.45 23.27 -
YUV 89.94 152.3 169.41 -
System Red Green Blue C M Y K H S L
Decimal 148 52 133 0 0.65 0.10 0.42 309.38 0.48 0.39
Hex 94 34 85 0 41 A 2A 135 30 27
Octal 224 64 205 0 101 12 52 465 60 47
Binary 10010100 110100 10000101 0 1000001 1010 101010 100110101 110000 100111

Color Harmonies of #943485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943485

Black with #943485

Text Example


Text Example

White with #943485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943485; }

 p { color: rgb(148,52,133); }

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

background-color css

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

 a { background-color: rgb(148,52,133); }

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

border-color css

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

 span { border-color: rgb(148,52,133); }

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