Html Css Color HEX #942089 Dark Purple

📋 copy color: '#942089'

red 148 ◦ green 32 ◦ blue 137

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

Shades of Dark Purple #942089

Tints of Dark Purple #942089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.09%

 BLUE value IS 137 (53.91% from 255) = 43.22%

R = 46.69%
G = 10.09%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#942089 (or 0x942089) is known color: Dark Purple. HEX triplet: 94, 20 and 89. RGB value is (148,32,137). Sum of RGB (Red+Green+Blue) = 148+32+137=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #942089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942089 is #6BDF76. Grayscale: #4E4E4E. Windows color (decimal): -7069559 or 8986772. OLE color: 8986772.

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

Color convert

RGB 148 32 137 -
CMYK 0 0.78 0.07 0.42
HSL 305.69º 0.64% 0.35% -
HSV(B) 305.69º 0.78% 0.58% -
XYZ 17.24 9.14 24.52 -
YUV 78.65 160.93 177.46 -
System Red Green Blue C M Y K H S L
Decimal 148 32 137 0 0.78 0.07 0.42 305.69 0.64 0.35
Hex 94 20 89 0 4E 7 2A 132 40 23
Octal 224 40 211 0 116 7 52 462 100 43
Binary 10010100 100000 10001001 0 1001110 111 101010 100110010 1000000 100011

Color Harmonies of #942089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942089

Black with #942089

Text Example


Text Example

White with #942089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942089; }

 p { color: rgb(148,32,137); }

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

background-color css

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

 a { background-color: rgb(148,32,137); }

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

border-color css

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

 span { border-color: rgb(148,32,137); }

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