Html Css Color HEX #942363 Lipstick

📋 copy color: '#942363'

red 148 ◦ green 35 ◦ blue 99

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

Shades of Lipstick #942363

Tints of Lipstick #942363

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.41%

 BLUE value IS 99 (39.06% from 255) = 35.11%

R = 52.48%
G = 12.41%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#942363 (or 0x942363) is known color: Lipstick. HEX triplet: 94, 23 and 63. RGB value is (148,35,99). Sum of RGB (Red+Green+Blue) = 148+35+99=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #942363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942363 is #6BDC9C. Grayscale: #4B4B4B. Windows color (decimal): -7068829 or 6497172. OLE color: 6497172.

HSL color Cylindrical-coordinate representation of color #942363: hue angle of 326.02º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #942363 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 35 99 -
CMYK 0 0.76 0.33 0.42
HSL 326.02º 0.62% 0.36% -
HSV(B) 326.02º 0.76% 0.58% -
XYZ 15.07 8.4 12.63 -
YUV 76.08 140.94 179.3 -
System Red Green Blue C M Y K H S L
Decimal 148 35 99 0 0.76 0.33 0.42 326.02 0.62 0.36
Hex 94 23 63 0 4C 21 2A 146 3E 24
Octal 224 43 143 0 114 41 52 506 76 44
Binary 10010100 100011 1100011 0 1001100 100001 101010 101000110 111110 100100

Color Harmonies of #942363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942363

Black with #942363

Text Example


Text Example

White with #942363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942363; }

 p { color: rgb(148,35,99); }

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

background-color css

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

 a { background-color: rgb(148,35,99); }

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

border-color css

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

 span { border-color: rgb(148,35,99); }

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