Html Css Color HEX #655F95 Scampi

📋 copy color: '#655F95'

red 101 ◦ green 95 ◦ blue 149

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

Shades of Scampi #655F95

Tints of Scampi #655F95

RGB

 RED value IS 101 (39.84% from 255) = 29.28%

 GREEN value IS 95 (37.5% from 255) = 27.54%

 BLUE value IS 149 (58.59% from 255) = 43.19%

R = 29.28%
G = 27.54%
B = 43.19%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#655F95 (or 0x655F95) is known color: Scampi. HEX triplet: 65, 5F and 95. RGB value is (101,95,149). Sum of RGB (Red+Green+Blue) = 101+95+149=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #655F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655F95 is #9AA06A. Grayscale: #666666. Windows color (decimal): -10133611 or 9789285. OLE color: 9789285.

HSL color Cylindrical-coordinate representation of color #655F95: hue angle of 246.67º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #655F95 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 95 149 -
CMYK 0.32 0.36 0 0.42
HSL 246.67º 0.22% 0.48% -
HSV(B) 246.67º 0.36% 0.58% -
XYZ 14.88 13.12 30.18 -
YUV 102.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 101 95 149 0.32 0.36 0 0.42 246.67 0.22 0.48
Hex 65 5F 95 20 24 0 2A F7 16 30
Octal 145 137 225 40 44 0 52 367 26 60
Binary 1100101 1011111 10010101 100000 100100 0 101010 11110111 10110 110000

Color Harmonies of #655F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655F95

Black with #655F95

Text Example


Text Example

White with #655F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655F95; }

 p { color: rgb(101,95,149); }

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

background-color css

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

 a { background-color: rgb(101,95,149); }

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

border-color css

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

 span { border-color: rgb(101,95,149); }

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