Html Css Color HEX #943883 Dark Purple

📋 copy color: '#943883'

red 148 ◦ green 56 ◦ blue 131

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

Shades of Dark Purple #943883

Tints of Dark Purple #943883

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.72%

 BLUE value IS 131 (51.56% from 255) = 39.1%

R = 44.18%
G = 16.72%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#943883 (or 0x943883) is known color: Dark Purple. HEX triplet: 94, 38 and 83. RGB value is (148,56,131). Sum of RGB (Red+Green+Blue) = 148+56+131=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #943883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943883 is #6BC77C. Grayscale: #5B5B5B. Windows color (decimal): -7063421 or 8599700. OLE color: 8599700.

HSL color Cylindrical-coordinate representation of color #943883: hue angle of 311.09º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #943883 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 56 131 -
CMYK 0 0.62 0.11 0.42
HSL 311.09º 0.45% 0.4% -
HSV(B) 311.09º 0.62% 0.58% -
XYZ 17.72 10.76 22.62 -
YUV 92.06 149.98 167.9 -
System Red Green Blue C M Y K H S L
Decimal 148 56 131 0 0.62 0.11 0.42 311.09 0.45 0.4
Hex 94 38 83 0 3E B 2A 137 2D 28
Octal 224 70 203 0 76 13 52 467 55 50
Binary 10010100 111000 10000011 0 111110 1011 101010 100110111 101101 101000

Color Harmonies of #943883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943883

Black with #943883

Text Example


Text Example

White with #943883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943883; }

 p { color: rgb(148,56,131); }

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

background-color css

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

 a { background-color: rgb(148,56,131); }

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

border-color css

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

 span { border-color: rgb(148,56,131); }

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