Html Css Color HEX #942581 Dark Purple

📋 copy color: '#942581'

red 148 ◦ green 37 ◦ blue 129

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

Shades of Dark Purple #942581

Tints of Dark Purple #942581

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.78%

 BLUE value IS 129 (50.78% from 255) = 41.08%

R = 47.13%
G = 11.78%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#942581 (or 0x942581) is known color: Dark Purple. HEX triplet: 94, 25 and 81. RGB value is (148,37,129). Sum of RGB (Red+Green+Blue) = 148+37+129=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #942581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942581 is #6BDA7E. Grayscale: #505050. Windows color (decimal): -7068287 or 8463764. OLE color: 8463764.

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

Color convert

RGB 148 37 129 -
CMYK 0 0.75 0.13 0.42
HSL 310.27º 0.6% 0.36% -
HSV(B) 310.27º 0.75% 0.58% -
XYZ 16.84 9.2 21.66 -
YUV 80.68 155.27 176.02 -
System Red Green Blue C M Y K H S L
Decimal 148 37 129 0 0.75 0.13 0.42 310.27 0.6 0.36
Hex 94 25 81 0 4B D 2A 136 3C 24
Octal 224 45 201 0 113 15 52 466 74 44
Binary 10010100 100101 10000001 0 1001011 1101 101010 100110110 111100 100100

Color Harmonies of #942581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942581

Black with #942581

Text Example


Text Example

White with #942581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942581; }

 p { color: rgb(148,37,129); }

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

background-color css

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

 a { background-color: rgb(148,37,129); }

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

border-color css

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

 span { border-color: rgb(148,37,129); }

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