Html Css Color HEX #953068 Lipstick

📋 copy color: '#953068'

red 149 ◦ green 48 ◦ blue 104

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

Shades of Lipstick #953068

Tints of Lipstick #953068

RGB

 RED value IS 149 (58.59% from 255) = 49.5%

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

 BLUE value IS 104 (41.02% from 255) = 34.55%

R = 49.5%
G = 15.95%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#953068 (or 0x953068) is known color: Lipstick. HEX triplet: 95, 30 and 68. RGB value is (149,48,104). Sum of RGB (Red+Green+Blue) = 149+48+104=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #953068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953068 is #6ACF97. Grayscale: #545454. Windows color (decimal): -6999960 or 6828181. OLE color: 6828181.

HSL color Cylindrical-coordinate representation of color #953068: hue angle of 326.73º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953068 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 48 104 -
CMYK 0 0.68 0.30 0.42
HSL 326.73º 0.51% 0.39% -
HSV(B) 326.73º 0.68% 0.58% -
XYZ 15.95 9.5 14.09 -
YUV 84.58 138.96 173.95 -
System Red Green Blue C M Y K H S L
Decimal 149 48 104 0 0.68 0.30 0.42 326.73 0.51 0.39
Hex 95 30 68 0 44 1E 2A 147 33 27
Octal 225 60 150 0 104 36 52 507 63 47
Binary 10010101 110000 1101000 0 1000100 11110 101010 101000111 110011 100111

Color Harmonies of #953068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953068

Black with #953068

Text Example


Text Example

White with #953068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953068; }

 p { color: rgb(149,48,104); }

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

background-color css

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

 a { background-color: rgb(149,48,104); }

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

border-color css

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

 span { border-color: rgb(149,48,104); }

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