Html Css Color HEX #9A7F8A Venus

📋 copy color: '#9A7F8A'

red 154 ◦ green 127 ◦ blue 138

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

Shades of Venus #9A7F8A

Tints of Venus #9A7F8A

RGB

 RED value IS 154 (60.55% from 255) = 36.75%

 GREEN value IS 127 (50% from 255) = 30.31%

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

R = 36.75%
G = 30.31%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#9A7F8A (or 0x9A7F8A) is known color: Venus. HEX triplet: 9A, 7F and 8A. RGB value is (154,127,138). Sum of RGB (Red+Green+Blue) = 154+127+138=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7F8A is #658075. Grayscale: #888888. Windows color (decimal): -6652022 or 9076634. OLE color: 9076634.

HSL color Cylindrical-coordinate representation of color #9A7F8A: hue angle of 335.56º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9A7F8A is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 127 138 -
CMYK 0 0.18 0.10 0.40
HSL 335.56º 0.12% 0.55% -
HSV(B) 335.56º 0.18% 0.6% -
XYZ 25.5 23.88 27.31 -
YUV 136.33 128.95 140.61 -
System Red Green Blue C M Y K H S L
Decimal 154 127 138 0 0.18 0.10 0.40 335.56 0.12 0.55
Hex 9A 7F 8A 0 12 A 28 150 C 37
Octal 232 177 212 0 22 12 50 520 14 67
Binary 10011010 1111111 10001010 0 10010 1010 101000 101010000 1100 110111

Color Harmonies of #9A7F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7F8A

Black with #9A7F8A

Text Example


Text Example

White with #9A7F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A7F8A; }

 p { color: rgb(154,127,138); }

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

background-color css

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

 a { background-color: rgb(154,127,138); }

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

border-color css

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

 span { border-color: rgb(154,127,138); }

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