Html Css Color HEX #942983 Dark Purple

📋 copy color: '#942983'

red 148 ◦ green 41 ◦ blue 131

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

Shades of Dark Purple #942983

Tints of Dark Purple #942983

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.81%

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

R = 46.25%
G = 12.81%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#942983 (or 0x942983) is known color: Dark Purple. HEX triplet: 94, 29 and 83. RGB value is (148,41,131). Sum of RGB (Red+Green+Blue) = 148+41+131=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #942983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942983 is #6BD67C. Grayscale: #535353. Windows color (decimal): -7067261 or 8595860. OLE color: 8595860.

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

Color convert

RGB 148 41 131 -
CMYK 0 0.72 0.11 0.42
HSL 309.53º 0.57% 0.37% -
HSV(B) 309.53º 0.72% 0.58% -
XYZ 17.1 9.52 22.41 -
YUV 83.25 154.95 174.18 -
System Red Green Blue C M Y K H S L
Decimal 148 41 131 0 0.72 0.11 0.42 309.53 0.57 0.37
Hex 94 29 83 0 48 B 2A 136 39 25
Octal 224 51 203 0 110 13 52 466 71 45
Binary 10010100 101001 10000011 0 1001000 1011 101010 100110110 111001 100101

Color Harmonies of #942983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942983

Black with #942983

Text Example


Text Example

White with #942983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942983; }

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

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

background-color css

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

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

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

border-color css

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

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

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