Html Css Color HEX #655A9B Scampi

📋 copy color: '#655A9B'

red 101 ◦ green 90 ◦ blue 155

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

Shades of Scampi #655A9B

Tints of Scampi #655A9B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.01%

 BLUE value IS 155 (60.94% from 255) = 44.8%

R = 29.19%
G = 26.01%
B = 44.8%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#655A9B (or 0x655A9B) is known color: Scampi. HEX triplet: 65, 5A and 9B. RGB value is (101,90,155). Sum of RGB (Red+Green+Blue) = 101+90+155=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #655A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655A9B is #9AA564. Grayscale: #646464. Windows color (decimal): -10134885 or 10181221. OLE color: 10181221.

HSL color Cylindrical-coordinate representation of color #655A9B: hue angle of 250.15º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #655A9B is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 90 155 -
CMYK 0.35 0.42 0 0.39
HSL 250.15º 0.27% 0.48% -
HSV(B) 250.15º 0.42% 0.61% -
XYZ 14.94 12.45 32.63 -
YUV 100.7 158.64 128.21 -
System Red Green Blue C M Y K H S L
Decimal 101 90 155 0.35 0.42 0 0.39 250.15 0.27 0.48
Hex 65 5A 9B 23 2A 0 27 FA 1B 30
Octal 145 132 233 43 52 0 47 372 33 60
Binary 1100101 1011010 10011011 100011 101010 0 100111 11111010 11011 110000

Color Harmonies of #655A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655A9B

Black with #655A9B

Text Example


Text Example

White with #655A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,90,155); }

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

background-color css

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

 a { background-color: rgb(101,90,155); }

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

border-color css

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

 span { border-color: rgb(101,90,155); }

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