Html Css Color HEX #907883 Venus

📋 copy color: '#907883'

red 144 ◦ green 120 ◦ blue 131

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

Shades of Venus #907883

Tints of Venus #907883

RGB

 RED value IS 144 (56.64% from 255) = 36.46%

 GREEN value IS 120 (47.27% from 255) = 30.38%

 BLUE value IS 131 (51.56% from 255) = 33.16%

R = 36.46%
G = 30.38%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#907883 (or 0x907883) is known color: Venus. HEX triplet: 90, 78 and 83. RGB value is (144,120,131). Sum of RGB (Red+Green+Blue) = 144+120+131=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 144 - color contains mainly: red. Hex color #907883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907883 is #6F877C. Grayscale: #808080. Windows color (decimal): -7309181 or 8616080. OLE color: 8616080.

HSL color Cylindrical-coordinate representation of color #907883: hue angle of 332.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #907883 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 120 131 -
CMYK 0 0.17 0.09 0.44
HSL 332.5º 0.1% 0.52% -
HSV(B) 332.5º 0.17% 0.56% -
XYZ 22.31 21 24.35 -
YUV 128.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 144 120 131 0 0.17 0.09 0.44 332.5 0.1 0.52
Hex 90 78 83 0 11 9 2C 14C A 34
Octal 220 170 203 0 21 11 54 514 12 64
Binary 10010000 1111000 10000011 0 10001 1001 101100 101001100 1010 110100

Color Harmonies of #907883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907883

Black with #907883

Text Example


Text Example

White with #907883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907883; }

 p { color: rgb(144,120,131); }

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

background-color css

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

 a { background-color: rgb(144,120,131); }

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

border-color css

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

 span { border-color: rgb(144,120,131); }

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