Html Css Color HEX #941384 Dark Purple

📋 copy color: '#941384'

red 148 ◦ green 19 ◦ blue 132

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

Shades of Dark Purple #941384

Tints of Dark Purple #941384

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.35%

 BLUE value IS 132 (51.95% from 255) = 44.15%

R = 49.5%
G = 6.35%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#941384 (or 0x941384) is known color: Dark Purple. HEX triplet: 94, 13 and 84. RGB value is (148,19,132). Sum of RGB (Red+Green+Blue) = 148+19+132=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #941384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941384 is #6BEC7B. Grayscale: #464646. Windows color (decimal): -7072892 or 8655764. OLE color: 8655764.

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

Color convert

RGB 148 19 132 -
CMYK 0 0.87 0.11 0.42
HSL 307.44º 0.77% 0.33% -
HSV(B) 307.44º 0.87% 0.58% -
XYZ 16.61 8.43 22.58 -
YUV 70.45 162.74 183.31 -
System Red Green Blue C M Y K H S L
Decimal 148 19 132 0 0.87 0.11 0.42 307.44 0.77 0.33
Hex 94 13 84 0 57 B 2A 133 4D 21
Octal 224 23 204 0 127 13 52 463 115 41
Binary 10010100 10011 10000100 0 1010111 1011 101010 100110011 1001101 100001

Color Harmonies of #941384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941384

Black with #941384

Text Example


Text Example

White with #941384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941384; }

 p { color: rgb(148,19,132); }

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

background-color css

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

 a { background-color: rgb(148,19,132); }

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

border-color css

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

 span { border-color: rgb(148,19,132); }

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