Html Css Color HEX #943382 Dark Purple

📋 copy color: '#943382'

red 148 ◦ green 51 ◦ blue 130

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

Shades of Dark Purple #943382

Tints of Dark Purple #943382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.51%

R = 44.98%
G = 15.5%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#943382 (or 0x943382) is known color: Dark Purple. HEX triplet: 94, 33 and 82. RGB value is (148,51,130). Sum of RGB (Red+Green+Blue) = 148+51+130=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #943382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943382 is #6BCC7D. Grayscale: #585858. Windows color (decimal): -7064702 or 8532884. OLE color: 8532884.

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

Color convert

RGB 148 51 130 -
CMYK 0 0.66 0.12 0.42
HSL 311.13º 0.49% 0.39% -
HSV(B) 311.13º 0.66% 0.58% -
XYZ 17.43 10.28 22.18 -
YUV 89.01 151.14 170.08 -
System Red Green Blue C M Y K H S L
Decimal 148 51 130 0 0.66 0.12 0.42 311.13 0.49 0.39
Hex 94 33 82 0 42 C 2A 137 31 27
Octal 224 63 202 0 102 14 52 467 61 47
Binary 10010100 110011 10000010 0 1000010 1100 101010 100110111 110001 100111

Color Harmonies of #943382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943382

Black with #943382

Text Example


Text Example

White with #943382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943382; }

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

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

background-color css

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

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

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

border-color css

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

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

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