Html Css Color HEX #655899 Scampi

📋 copy color: '#655899'

red 101 ◦ green 88 ◦ blue 153

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

Shades of Scampi #655899

Tints of Scampi #655899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.73%

 BLUE value IS 153 (60.16% from 255) = 44.74%

R = 29.53%
G = 25.73%
B = 44.74%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#655899 (or 0x655899) is known color: Scampi. HEX triplet: 65, 58 and 99. RGB value is (101,88,153). Sum of RGB (Red+Green+Blue) = 101+88+153=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #655899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655899 is #9AA766. Grayscale: #636363. Windows color (decimal): -10135399 or 10049637. OLE color: 10049637.

HSL color Cylindrical-coordinate representation of color #655899: hue angle of 252º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #655899 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 88 153 -
CMYK 0.34 0.42 0 0.4
HSL 252º 0.27% 0.47% -
HSV(B) 252º 0.42% 0.6% -
XYZ 14.61 12.05 31.69 -
YUV 99.3 158.31 129.21 -
System Red Green Blue C M Y K H S L
Decimal 101 88 153 0.34 0.42 0 0.4 252 0.27 0.47
Hex 65 58 99 22 2A 0 28 FC 1B 2F
Octal 145 130 231 42 52 0 50 374 33 57
Binary 1100101 1011000 10011001 100010 101010 0 101000 11111100 11011 101111

Color Harmonies of #655899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655899

Black with #655899

Text Example


Text Example

White with #655899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655899; }

 p { color: rgb(101,88,153); }

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

background-color css

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

 a { background-color: rgb(101,88,153); }

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

border-color css

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

 span { border-color: rgb(101,88,153); }

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