Html Css Color HEX #942488 Dark Purple

📋 copy color: '#942488'

red 148 ◦ green 36 ◦ blue 136

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

Shades of Dark Purple #942488

Tints of Dark Purple #942488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.25%

 BLUE value IS 136 (53.52% from 255) = 42.5%

R = 46.25%
G = 11.25%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#942488 (or 0x942488) is known color: Dark Purple. HEX triplet: 94, 24 and 88. RGB value is (148,36,136). Sum of RGB (Red+Green+Blue) = 148+36+136=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #942488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942488 is #6BDB77. Grayscale: #505050. Windows color (decimal): -7068536 or 8922260. OLE color: 8922260.

HSL color Cylindrical-coordinate representation of color #942488: hue angle of 306.43º degrees, saturation: 0.61, 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 #942488 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 36 136 -
CMYK 0 0.76 0.08 0.42
HSL 306.43º 0.61% 0.36% -
HSV(B) 306.43º 0.76% 0.58% -
XYZ 17.29 9.34 24.18 -
YUV 80.89 159.11 175.87 -
System Red Green Blue C M Y K H S L
Decimal 148 36 136 0 0.76 0.08 0.42 306.43 0.61 0.36
Hex 94 24 88 0 4C 8 2A 132 3D 24
Octal 224 44 210 0 114 10 52 462 75 44
Binary 10010100 100100 10001000 0 1001100 1000 101010 100110010 111101 100100

Color Harmonies of #942488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942488

Black with #942488

Text Example


Text Example

White with #942488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942488; }

 p { color: rgb(148,36,136); }

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

background-color css

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

 a { background-color: rgb(148,36,136); }

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

border-color css

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

 span { border-color: rgb(148,36,136); }

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