Html Css Color HEX #93838A Venus

📋 copy color: '#93838A'

red 147 ◦ green 131 ◦ blue 138

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

Shades of Venus #93838A

Tints of Venus #93838A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.49%

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 35.34%
G = 31.49%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#93838A (or 0x93838A) is known color: Venus. HEX triplet: 93, 83 and 8A. RGB value is (147,131,138). Sum of RGB (Red+Green+Blue) = 147+131+138=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 147 - color contains mainly: red. Hex color #93838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93838A is #6C7C75. Grayscale: #888888. Windows color (decimal): -7109750 or 9077651. OLE color: 9077651.

HSL color Cylindrical-coordinate representation of color #93838A: hue angle of 333.75º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #93838A is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 131 138 -
CMYK 0 0.11 0.06 0.42
HSL 333.75º 0.07% 0.55% -
HSV(B) 333.75º 0.11% 0.58% -
XYZ 24.74 24.27 27.43 -
YUV 136.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 147 131 138 0 0.11 0.06 0.42 333.75 0.07 0.55
Hex 93 83 8A 0 B 6 2A 14E 7 37
Octal 223 203 212 0 13 6 52 516 7 67
Binary 10010011 10000011 10001010 0 1011 110 101010 101001110 111 110111

Color Harmonies of #93838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93838A

Black with #93838A

Text Example


Text Example

White with #93838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93838A; }

 p { color: rgb(147,131,138); }

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

background-color css

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

 a { background-color: rgb(147,131,138); }

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

border-color css

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

 span { border-color: rgb(147,131,138); }

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