Html Css Color HEX #942382 Dark Purple

📋 copy color: '#942382'

red 148 ◦ green 35 ◦ blue 130

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

Shades of Dark Purple #942382

Tints of Dark Purple #942382

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.18%

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

R = 47.28%
G = 11.18%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#942382 (or 0x942382) is known color: Dark Purple. HEX triplet: 94, 23 and 82. RGB value is (148,35,130). Sum of RGB (Red+Green+Blue) = 148+35+130=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #942382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942382 is #6BDC7D. Grayscale: #4F4F4F. Windows color (decimal): -7068798 or 8528788. OLE color: 8528788.

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

Color convert

RGB 148 35 130 -
CMYK 0 0.76 0.12 0.42
HSL 309.56º 0.62% 0.36% -
HSV(B) 309.56º 0.76% 0.58% -
XYZ 16.84 9.11 21.99 -
YUV 79.62 156.44 176.78 -
System Red Green Blue C M Y K H S L
Decimal 148 35 130 0 0.76 0.12 0.42 309.56 0.62 0.36
Hex 94 23 82 0 4C C 2A 136 3E 24
Octal 224 43 202 0 114 14 52 466 76 44
Binary 10010100 100011 10000010 0 1001100 1100 101010 100110110 111110 100100

Color Harmonies of #942382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942382

Black with #942382

Text Example


Text Example

White with #942382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942382; }

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

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

background-color css

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

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

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

border-color css

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

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

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