Html Css Color HEX #785E9F Scampi

📋 copy color: '#785E9F'

red 120 ◦ green 94 ◦ blue 159

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

Shades of Scampi #785E9F

Tints of Scampi #785E9F

RGB

 RED value IS 120 (47.27% from 255) = 32.17%

 GREEN value IS 94 (37.11% from 255) = 25.2%

 BLUE value IS 159 (62.5% from 255) = 42.63%

R = 32.17%
G = 25.2%
B = 42.63%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#785E9F (or 0x785E9F) is known color: Scampi. HEX triplet: 78, 5E and 9F. RGB value is (120,94,159). Sum of RGB (Red+Green+Blue) = 120+94+159=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #785E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785E9F is #87A160. Grayscale: #6C6C6C. Windows color (decimal): -8888673 or 10444408. OLE color: 10444408.

HSL color Cylindrical-coordinate representation of color #785E9F: hue angle of 264º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #785E9F is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 94 159 -
CMYK 0.25 0.41 0 0.38
HSL 264º 0.26% 0.5% -
HSV(B) 264º 0.41% 0.62% -
XYZ 18.01 14.5 34.65 -
YUV 109.18 156.11 135.71 -
System Red Green Blue C M Y K H S L
Decimal 120 94 159 0.25 0.41 0 0.38 264 0.26 0.5
Hex 78 5E 9F 19 29 0 26 108 1A 32
Octal 170 136 237 31 51 0 46 410 32 62
Binary 1111000 1011110 10011111 11001 101001 0 100110 100001000 11010 110010

Color Harmonies of #785E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785E9F

Black with #785E9F

Text Example


Text Example

White with #785E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785E9F; }

 p { color: rgb(120,94,159); }

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

background-color css

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

 a { background-color: rgb(120,94,159); }

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

border-color css

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

 span { border-color: rgb(120,94,159); }

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