Html Css Color HEX #942092 Dark Purple

📋 copy color: '#942092'

red 148 ◦ green 32 ◦ blue 146

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

Shades of Dark Purple #942092

Tints of Dark Purple #942092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.79%

R = 45.4%
G = 9.82%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#942092 (or 0x942092) is known color: Dark Purple. HEX triplet: 94, 20 and 92. RGB value is (148,32,146). Sum of RGB (Red+Green+Blue) = 148+32+146=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #942092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942092 is #6BDF6D. Grayscale: #4F4F4F. Windows color (decimal): -7069550 or 9576596. OLE color: 9576596.

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

Color convert

RGB 148 32 146 -
CMYK 0 0.78 0.01 0.42
HSL 301.03º 0.64% 0.35% -
HSV(B) 301.03º 0.78% 0.58% -
XYZ 17.92 9.4 28.06 -
YUV 79.68 165.43 176.73 -
System Red Green Blue C M Y K H S L
Decimal 148 32 146 0 0.78 0.01 0.42 301.03 0.64 0.35
Hex 94 20 92 0 4E 1 2A 12D 40 23
Octal 224 40 222 0 116 1 52 455 100 43
Binary 10010100 100000 10010010 0 1001110 1 101010 100101101 1000000 100011

Color Harmonies of #942092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942092

Black with #942092

Text Example


Text Example

White with #942092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942092; }

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

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

background-color css

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

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

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

border-color css

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

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

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