Html Css Color HEX #942988 Dark Purple

📋 copy color: '#942988'

red 148 ◦ green 41 ◦ blue 136

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

Shades of Dark Purple #942988

Tints of Dark Purple #942988

RGB

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

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

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

R = 45.54%
G = 12.62%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#942988 (or 0x942988) is known color: Dark Purple. HEX triplet: 94, 29 and 88. RGB value is (148,41,136). Sum of RGB (Red+Green+Blue) = 148+41+136=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #942988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942988 is #6BD677. Grayscale: #535353. Windows color (decimal): -7067256 or 8923540. OLE color: 8923540.

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

Color convert

RGB 148 41 136 -
CMYK 0 0.72 0.08 0.42
HSL 306.73º 0.57% 0.37% -
HSV(B) 306.73º 0.72% 0.58% -
XYZ 17.45 9.66 24.24 -
YUV 83.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 148 41 136 0 0.72 0.08 0.42 306.73 0.57 0.37
Hex 94 29 88 0 48 8 2A 133 39 25
Octal 224 51 210 0 110 10 52 463 71 45
Binary 10010100 101001 10001000 0 1001000 1000 101010 100110011 111001 100101

Color Harmonies of #942988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942988

Black with #942988

Text Example


Text Example

White with #942988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942988; }

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

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

background-color css

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

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

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

border-color css

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

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

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