Html Css Color HEX #942A7B Dark Purple

📋 copy color: '#942A7B'

red 148 ◦ green 42 ◦ blue 123

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

Shades of Dark Purple #942A7B

Tints of Dark Purple #942A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.3%

R = 47.28%
G = 13.42%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#942A7B (or 0x942A7B) is known color: Dark Purple. HEX triplet: 94, 2A and 7B. RGB value is (148,42,123). Sum of RGB (Red+Green+Blue) = 148+42+123=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #942A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942A7B is #6BD584. Grayscale: #525252. Windows color (decimal): -7067013 or 8071828. OLE color: 8071828.

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

Color convert

RGB 148 42 123 -
CMYK 0 0.72 0.17 0.42
HSL 314.15º 0.56% 0.37% -
HSV(B) 314.15º 0.72% 0.58% -
XYZ 16.62 9.38 19.67 -
YUV 82.93 150.62 174.41 -
System Red Green Blue C M Y K H S L
Decimal 148 42 123 0 0.72 0.17 0.42 314.15 0.56 0.37
Hex 94 2A 7B 0 48 11 2A 13A 38 25
Octal 224 52 173 0 110 21 52 472 70 45
Binary 10010100 101010 1111011 0 1001000 10001 101010 100111010 111000 100101

Color Harmonies of #942A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942A7B

Black with #942A7B

Text Example


Text Example

White with #942A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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