Html Css Color HEX #942E7E Dark Purple

📋 copy color: '#942E7E'

red 148 ◦ green 46 ◦ blue 126

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

Shades of Dark Purple #942E7E

Tints of Dark Purple #942E7E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.38%

 BLUE value IS 126 (49.61% from 255) = 39.38%

R = 46.25%
G = 14.38%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#942E7E (or 0x942E7E) is known color: Dark Purple. HEX triplet: 94, 2E and 7E. RGB value is (148,46,126). Sum of RGB (Red+Green+Blue) = 148+46+126=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #942E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942E7E is #6BD181. Grayscale: #555555. Windows color (decimal): -7065986 or 8269460. OLE color: 8269460.

HSL color Cylindrical-coordinate representation of color #942E7E: hue angle of 312.94º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #942E7E is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 46 126 -
CMYK 0 0.69 0.15 0.42
HSL 312.94º 0.53% 0.38% -
HSV(B) 312.94º 0.69% 0.58% -
XYZ 16.96 9.76 20.73 -
YUV 85.62 150.79 172.5 -
System Red Green Blue C M Y K H S L
Decimal 148 46 126 0 0.69 0.15 0.42 312.94 0.53 0.38
Hex 94 2E 7E 0 45 F 2A 139 35 26
Octal 224 56 176 0 105 17 52 471 65 46
Binary 10010100 101110 1111110 0 1000101 1111 101010 100111001 110101 100110

Color Harmonies of #942E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942E7E

Black with #942E7E

Text Example


Text Example

White with #942E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,46,126); }

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

background-color css

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

 a { background-color: rgb(148,46,126); }

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

border-color css

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

 span { border-color: rgb(148,46,126); }

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