Html Css Color HEX #983469 Lipstick

📋 copy color: '#983469'

red 152 ◦ green 52 ◦ blue 105

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

Shades of Lipstick #983469

Tints of Lipstick #983469

RGB

 RED value IS 152 (59.77% from 255) = 49.19%

 GREEN value IS 52 (20.7% from 255) = 16.83%

 BLUE value IS 105 (41.41% from 255) = 33.98%

R = 49.19%
G = 16.83%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#983469 (or 0x983469) is known color: Lipstick. HEX triplet: 98, 34 and 69. RGB value is (152,52,105). Sum of RGB (Red+Green+Blue) = 152+52+105=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #983469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983469 is #67CB96. Grayscale: #575757. Windows color (decimal): -6802327 or 6894744. OLE color: 6894744.

HSL color Cylindrical-coordinate representation of color #983469: hue angle of 328.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983469 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 52 105 -
CMYK 0 0.66 0.31 0.40
HSL 328.2º 0.49% 0.4% -
HSV(B) 328.2º 0.66% 0.6% -
XYZ 16.73 10.15 14.44 -
YUV 87.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 152 52 105 0 0.66 0.31 0.40 328.2 0.49 0.4
Hex 98 34 69 0 42 1F 28 148 31 28
Octal 230 64 151 0 102 37 50 510 61 50
Binary 10011000 110100 1101001 0 1000010 11111 101000 101001000 110001 101000

Color Harmonies of #983469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983469

Black with #983469

Text Example


Text Example

White with #983469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983469; }

 p { color: rgb(152,52,105); }

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

background-color css

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

 a { background-color: rgb(152,52,105); }

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

border-color css

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

 span { border-color: rgb(152,52,105); }

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