Html Css Color HEX #941283 Dark Purple

📋 copy color: '#941283'

red 148 ◦ green 18 ◦ blue 131

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

Shades of Dark Purple #941283

Tints of Dark Purple #941283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.06%

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

R = 49.83%
G = 6.06%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#941283 (or 0x941283) is known color: Dark Purple. HEX triplet: 94, 12 and 83. RGB value is (148,18,131). Sum of RGB (Red+Green+Blue) = 148+18+131=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #941283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941283 is #6BED7C. Grayscale: #454545. Windows color (decimal): -7073149 or 8589972. OLE color: 8589972.

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

Color convert

RGB 148 18 131 -
CMYK 0 0.88 0.11 0.42
HSL 307.85º 0.78% 0.33% -
HSV(B) 307.85º 0.88% 0.58% -
XYZ 16.53 8.37 22.22 -
YUV 69.75 162.57 183.81 -
System Red Green Blue C M Y K H S L
Decimal 148 18 131 0 0.88 0.11 0.42 307.85 0.78 0.33
Hex 94 12 83 0 58 B 2A 134 4E 21
Octal 224 22 203 0 130 13 52 464 116 41
Binary 10010100 10010 10000011 0 1011000 1011 101010 100110100 1001110 100001

Color Harmonies of #941283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941283

Black with #941283

Text Example


Text Example

White with #941283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941283; }

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

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

background-color css

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

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

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

border-color css

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

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

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