Html Css Color HEX #942188 Dark Purple

📋 copy color: '#942188'

red 148 ◦ green 33 ◦ blue 136

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

Shades of Dark Purple #942188

Tints of Dark Purple #942188

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.41%

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

R = 46.69%
G = 10.41%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#942188 (or 0x942188) is known color: Dark Purple. HEX triplet: 94, 21 and 88. RGB value is (148,33,136). Sum of RGB (Red+Green+Blue) = 148+33+136=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #942188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942188 is #6BDE77. Grayscale: #4E4E4E. Windows color (decimal): -7069304 or 8921492. OLE color: 8921492.

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

Color convert

RGB 148 33 136 -
CMYK 0 0.78 0.08 0.42
HSL 306.26º 0.64% 0.35% -
HSV(B) 306.26º 0.78% 0.58% -
XYZ 17.2 9.16 24.15 -
YUV 79.13 160.1 177.12 -
System Red Green Blue C M Y K H S L
Decimal 148 33 136 0 0.78 0.08 0.42 306.26 0.64 0.35
Hex 94 21 88 0 4E 8 2A 132 40 23
Octal 224 41 210 0 116 10 52 462 100 43
Binary 10010100 100001 10001000 0 1001110 1000 101010 100110010 1000000 100011

Color Harmonies of #942188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942188

Black with #942188

Text Example


Text Example

White with #942188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942188; }

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

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

background-color css

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

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

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

border-color css

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

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

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