Html Css Color HEX #942A7D Dark Purple

📋 copy color: '#942A7D'

red 148 ◦ green 42 ◦ blue 125

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

Shades of Dark Purple #942A7D

Tints of Dark Purple #942A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.68%

R = 46.98%
G = 13.33%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#942A7D (or 0x942A7D) is known color: Dark Purple. HEX triplet: 94, 2A and 7D. RGB value is (148,42,125). Sum of RGB (Red+Green+Blue) = 148+42+125=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #942A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942A7D is #6BD582. Grayscale: #525252. Windows color (decimal): -7067011 or 8202900. OLE color: 8202900.

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

Color convert

RGB 148 42 125 -
CMYK 0 0.72 0.16 0.42
HSL 313.02º 0.56% 0.37% -
HSV(B) 313.02º 0.72% 0.58% -
XYZ 16.74 9.43 20.34 -
YUV 83.16 151.62 174.25 -
System Red Green Blue C M Y K H S L
Decimal 148 42 125 0 0.72 0.16 0.42 313.02 0.56 0.37
Hex 94 2A 7D 0 48 10 2A 139 38 25
Octal 224 52 175 0 110 20 52 471 70 45
Binary 10010100 101010 1111101 0 1001000 10000 101010 100111001 111000 100101

Color Harmonies of #942A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942A7D

Black with #942A7D

Text Example


Text Example

White with #942A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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