Html Css Color HEX #943385 Dark Purple

📋 copy color: '#943385'

red 148 ◦ green 51 ◦ blue 133

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

Shades of Dark Purple #943385

Tints of Dark Purple #943385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.36%

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

R = 44.58%
G = 15.36%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#943385 (or 0x943385) is known color: Dark Purple. HEX triplet: 94, 33 and 85. RGB value is (148,51,133). Sum of RGB (Red+Green+Blue) = 148+51+133=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #943385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943385 is #6BCC7A. Grayscale: #595959. Windows color (decimal): -7064699 or 8729492. OLE color: 8729492.

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

Color convert

RGB 148 51 133 -
CMYK 0 0.66 0.10 0.42
HSL 309.28º 0.49% 0.39% -
HSV(B) 309.28º 0.66% 0.58% -
XYZ 17.63 10.36 23.26 -
YUV 89.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 148 51 133 0 0.66 0.10 0.42 309.28 0.49 0.39
Hex 94 33 85 0 42 A 2A 135 31 27
Octal 224 63 205 0 102 12 52 465 61 47
Binary 10010100 110011 10000101 0 1000010 1010 101010 100110101 110001 100111

Color Harmonies of #943385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943385

Black with #943385

Text Example


Text Example

White with #943385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943385; }

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

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

background-color css

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

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

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

border-color css

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

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

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