Html Css Color HEX #983067 Lipstick

📋 copy color: '#983067'

red 152 ◦ green 48 ◦ blue 103

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

Shades of Lipstick #983067

Tints of Lipstick #983067

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.84%

 BLUE value IS 103 (40.63% from 255) = 33.99%

R = 50.17%
G = 15.84%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#983067 (or 0x983067) is known color: Lipstick. HEX triplet: 98, 30 and 67. RGB value is (152,48,103). Sum of RGB (Red+Green+Blue) = 152+48+103=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #983067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983067 is #67CF98. Grayscale: #555555. Windows color (decimal): -6803353 or 6762648. OLE color: 6762648.

HSL color Cylindrical-coordinate representation of color #983067: hue angle of 328.27º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983067 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 48 103 -
CMYK 0 0.68 0.32 0.40
HSL 328.27º 0.52% 0.39% -
HSV(B) 328.27º 0.68% 0.6% -
XYZ 16.45 9.77 13.85 -
YUV 85.37 137.96 175.53 -
System Red Green Blue C M Y K H S L
Decimal 152 48 103 0 0.68 0.32 0.40 328.27 0.52 0.39
Hex 98 30 67 0 44 20 28 148 34 27
Octal 230 60 147 0 104 40 50 510 64 47
Binary 10011000 110000 1100111 0 1000100 100000 101000 101001000 110100 100111

Color Harmonies of #983067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983067

Black with #983067

Text Example


Text Example

White with #983067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983067; }

 p { color: rgb(152,48,103); }

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

background-color css

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

 a { background-color: rgb(152,48,103); }

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

border-color css

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

 span { border-color: rgb(152,48,103); }

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