Html Css Color HEX #943388 Dark Purple

📋 copy color: '#943388'

red 148 ◦ green 51 ◦ blue 136

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

Shades of Dark Purple #943388

Tints of Dark Purple #943388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.6%

R = 44.18%
G = 15.22%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#943388 (or 0x943388) is known color: Dark Purple. HEX triplet: 94, 33 and 88. RGB value is (148,51,136). Sum of RGB (Red+Green+Blue) = 148+51+136=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #943388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943388 is #6BCC77. Grayscale: #595959. Windows color (decimal): -7064696 or 8926100. OLE color: 8926100.

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

Color convert

RGB 148 51 136 -
CMYK 0 0.66 0.08 0.42
HSL 307.42º 0.49% 0.39% -
HSV(B) 307.42º 0.66% 0.58% -
XYZ 17.84 10.44 24.37 -
YUV 89.69 154.14 169.59 -
System Red Green Blue C M Y K H S L
Decimal 148 51 136 0 0.66 0.08 0.42 307.42 0.49 0.39
Hex 94 33 88 0 42 8 2A 133 31 27
Octal 224 63 210 0 102 10 52 463 61 47
Binary 10010100 110011 10001000 0 1000010 1000 101010 100110011 110001 100111

Color Harmonies of #943388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943388

Black with #943388

Text Example


Text Example

White with #943388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943388; }

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

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

background-color css

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

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

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

border-color css

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

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

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