Html Css Color HEX #942788 Dark Purple

📋 copy color: '#942788'

red 148 ◦ green 39 ◦ blue 136

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

Shades of Dark Purple #942788

Tints of Dark Purple #942788

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.07%

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

R = 45.82%
G = 12.07%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#942788 (or 0x942788) is known color: Dark Purple. HEX triplet: 94, 27 and 88. RGB value is (148,39,136). Sum of RGB (Red+Green+Blue) = 148+39+136=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #942788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942788 is #6BD877. Grayscale: #525252. Windows color (decimal): -7067768 or 8923028. OLE color: 8923028.

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

Color convert

RGB 148 39 136 -
CMYK 0 0.74 0.08 0.42
HSL 306.61º 0.58% 0.37% -
HSV(B) 306.61º 0.74% 0.58% -
XYZ 17.38 9.52 24.21 -
YUV 82.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 148 39 136 0 0.74 0.08 0.42 306.61 0.58 0.37
Hex 94 27 88 0 4A 8 2A 133 3A 25
Octal 224 47 210 0 112 10 52 463 72 45
Binary 10010100 100111 10001000 0 1001010 1000 101010 100110011 111010 100101

Color Harmonies of #942788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942788

Black with #942788

Text Example


Text Example

White with #942788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942788; }

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

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

background-color css

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

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

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

border-color css

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

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

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