Html Css Color HEX #942A87 Dark Purple

📋 copy color: '#942A87'

red 148 ◦ green 42 ◦ blue 135

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

Shades of Dark Purple #942A87

Tints of Dark Purple #942A87

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.92%

 BLUE value IS 135 (53.13% from 255) = 41.54%

R = 45.54%
G = 12.92%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#942A87 (or 0x942A87) is known color: Dark Purple. HEX triplet: 94, 2A and 87. RGB value is (148,42,135). Sum of RGB (Red+Green+Blue) = 148+42+135=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #942A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942A87 is #6BD578. Grayscale: #545454. Windows color (decimal): -7067001 or 8858260. OLE color: 8858260.

HSL color Cylindrical-coordinate representation of color #942A87: hue angle of 307.36º degrees, saturation: 0.56, 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 #942A87 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 42 135 -
CMYK 0 0.72 0.09 0.42
HSL 307.36º 0.56% 0.37% -
HSV(B) 307.36º 0.72% 0.58% -
XYZ 17.41 9.7 23.88 -
YUV 84.3 156.62 173.44 -
System Red Green Blue C M Y K H S L
Decimal 148 42 135 0 0.72 0.09 0.42 307.36 0.56 0.37
Hex 94 2A 87 0 48 9 2A 133 38 25
Octal 224 52 207 0 110 11 52 463 70 45
Binary 10010100 101010 10000111 0 1001000 1001 101010 100110011 111000 100101

Color Harmonies of #942A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942A87

Black with #942A87

Text Example


Text Example

White with #942A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942A87; }

 p { color: rgb(148,42,135); }

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

background-color css

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

 a { background-color: rgb(148,42,135); }

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

border-color css

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

 span { border-color: rgb(148,42,135); }

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