Html Css Color HEX #942888 Dark Purple

📋 copy color: '#942888'

red 148 ◦ green 40 ◦ blue 136

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

Shades of Dark Purple #942888

Tints of Dark Purple #942888

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.35%

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

R = 45.68%
G = 12.35%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#942888 (or 0x942888) is known color: Dark Purple. HEX triplet: 94, 28 and 88. RGB value is (148,40,136). Sum of RGB (Red+Green+Blue) = 148+40+136=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #942888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942888 is #6BD777. Grayscale: #525252. Windows color (decimal): -7067512 or 8923284. OLE color: 8923284.

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

Color convert

RGB 148 40 136 -
CMYK 0 0.73 0.08 0.42
HSL 306.67º 0.57% 0.37% -
HSV(B) 306.67º 0.73% 0.58% -
XYZ 17.42 9.59 24.23 -
YUV 83.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 148 40 136 0 0.73 0.08 0.42 306.67 0.57 0.37
Hex 94 28 88 0 49 8 2A 133 39 25
Octal 224 50 210 0 111 10 52 463 71 45
Binary 10010100 101000 10001000 0 1001001 1000 101010 100110011 111001 100101

Color Harmonies of #942888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942888

Black with #942888

Text Example


Text Example

White with #942888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942888; }

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

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

background-color css

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

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

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

border-color css

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

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

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