Html Css Color HEX #943375 Dark Purple

📋 copy color: '#943375'

red 148 ◦ green 51 ◦ blue 117

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

Shades of Dark Purple #943375

Tints of Dark Purple #943375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.03%

R = 46.84%
G = 16.14%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#943375 (or 0x943375) is known color: Dark Purple. HEX triplet: 94, 33 and 75. RGB value is (148,51,117). Sum of RGB (Red+Green+Blue) = 148+51+117=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #943375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943375 is #6BCC8A. Grayscale: #575757. Windows color (decimal): -7064715 or 7680916. OLE color: 7680916.

HSL color Cylindrical-coordinate representation of color #943375: hue angle of 319.18º 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 #943375 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 51 117 -
CMYK 0 0.66 0.21 0.42
HSL 319.18º 0.49% 0.39% -
HSV(B) 319.18º 0.66% 0.58% -
XYZ 16.61 9.95 17.87 -
YUV 87.53 144.64 171.13 -
System Red Green Blue C M Y K H S L
Decimal 148 51 117 0 0.66 0.21 0.42 319.18 0.49 0.39
Hex 94 33 75 0 42 15 2A 13F 31 27
Octal 224 63 165 0 102 25 52 477 61 47
Binary 10010100 110011 1110101 0 1000010 10101 101010 100111111 110001 100111

Color Harmonies of #943375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943375

Black with #943375

Text Example


Text Example

White with #943375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943375; }

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

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

background-color css

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

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

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

border-color css

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

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

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