Html Css Color HEX #93998D Delta

📋 copy color: '#93998D'

red 147 ◦ green 153 ◦ blue 141

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

Shades of Delta #93998D

Tints of Delta #93998D

RGB

 RED value IS 147 (57.81% from 255) = 33.33%

 GREEN value IS 153 (60.16% from 255) = 34.69%

 BLUE value IS 141 (55.47% from 255) = 31.97%

R = 33.33%
G = 34.69%
B = 31.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#93998D (or 0x93998D) is known color: Delta. HEX triplet: 93, 99 and 8D. RGB value is (147,153,141). Sum of RGB (Red+Green+Blue) = 147+153+141=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 153 - color contains mainly: green. Hex color #93998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93998D is #6C6672. Grayscale: #959595. Windows color (decimal): -7104115 or 9279891. OLE color: 9279891.

HSL color Cylindrical-coordinate representation of color #93998D: hue angle of 90º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #93998D is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 147 153 141 -
CMYK 0.04 0 0.08 0.4
HSL 90º 0.06% 0.58% -
HSV(B) 90º 0.08% 0.6% -
XYZ 28.23 30.91 29.68 -
YUV 149.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 147 153 141 0.04 0 0.08 0.4 90 0.06 0.58
Hex 93 99 8D 4 0 8 28 5A 6 3A
Octal 223 231 215 4 0 10 50 132 6 72
Binary 10010011 10011001 10001101 100 0 1000 101000 1011010 110 111010

Color Harmonies of #93998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93998D

Black with #93998D

Text Example


Text Example

White with #93998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93998D; }

 p { color: rgb(147,153,141); }

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

background-color css

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

 a { background-color: rgb(147,153,141); }

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

border-color css

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

 span { border-color: rgb(147,153,141); }

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