Html Css Color HEX #655D9D Scampi

📋 copy color: '#655D9D'

red 101 ◦ green 93 ◦ blue 157

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

Shades of Scampi #655D9D

Tints of Scampi #655D9D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.5%

 BLUE value IS 157 (61.72% from 255) = 44.73%

R = 28.77%
G = 26.5%
B = 44.73%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#655D9D (or 0x655D9D) is known color: Scampi. HEX triplet: 65, 5D and 9D. RGB value is (101,93,157). Sum of RGB (Red+Green+Blue) = 101+93+157=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #655D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655D9D is #9AA262. Grayscale: #666666. Windows color (decimal): -10134115 or 10313061. OLE color: 10313061.

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

Color convert

RGB 101 93 157 -
CMYK 0.36 0.41 0 0.38
HSL 247.5º 0.26% 0.49% -
HSV(B) 247.5º 0.41% 0.62% -
XYZ 15.37 13.03 33.6 -
YUV 102.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 101 93 157 0.36 0.41 0 0.38 247.5 0.26 0.49
Hex 65 5D 9D 24 29 0 26 F8 1A 31
Octal 145 135 235 44 51 0 46 370 32 61
Binary 1100101 1011101 10011101 100100 101001 0 100110 11111000 11010 110001

Color Harmonies of #655D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655D9D

Black with #655D9D

Text Example


Text Example

White with #655D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,93,157); }

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

background-color css

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

 a { background-color: rgb(101,93,157); }

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

border-color css

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

 span { border-color: rgb(101,93,157); }

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