Html Css Color HEX #98818A Venus

📋 copy color: '#98818A'

red 152 ◦ green 129 ◦ blue 138

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

Shades of Venus #98818A

Tints of Venus #98818A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.79%

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

R = 36.28%
G = 30.79%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98818A (or 0x98818A) is known color: Venus. HEX triplet: 98, 81 and 8A. RGB value is (152,129,138). Sum of RGB (Red+Green+Blue) = 152+129+138=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 152 - color contains mainly: red. Hex color #98818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98818A is #677E75. Grayscale: #888888. Windows color (decimal): -6782582 or 9077144. OLE color: 9077144.

HSL color Cylindrical-coordinate representation of color #98818A: hue angle of 336.52º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #98818A is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 129 138 -
CMYK 0 0.15 0.09 0.40
HSL 336.52º 0.1% 0.55% -
HSV(B) 336.52º 0.15% 0.6% -
XYZ 25.39 24.21 27.38 -
YUV 136.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 152 129 138 0 0.15 0.09 0.40 336.52 0.1 0.55
Hex 98 81 8A 0 F 9 28 151 A 37
Octal 230 201 212 0 17 11 50 521 12 67
Binary 10011000 10000001 10001010 0 1111 1001 101000 101010001 1010 110111

Color Harmonies of #98818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98818A

Black with #98818A

Text Example


Text Example

White with #98818A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,129,138); }

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

background-color css

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

 a { background-color: rgb(152,129,138); }

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

border-color css

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

 span { border-color: rgb(152,129,138); }

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